Update EXPORT.md
Browse files
EXPORT.md
CHANGED
@@ -14,13 +14,12 @@ If you close this repo and the above 2 to the same directory you can run the fol
|
|
14 |
|
15 |
This will create an export of the onnx models.
|
16 |
|
17 |
-
The following
|
18 |
|
19 |
**all-in-one**
|
20 |
|
21 |
Runs all steps (exporting, slimming, quantizing, cleaning, fixing GPU buffers) to produce fully prepared ONNX models.
|
22 |
|
23 |
-
|
24 |
**export**
|
25 |
|
26 |
Combines export-abcd and export-e to generate ONNX models for all parts.
|
|
|
14 |
|
15 |
This will create an export of the onnx models.
|
16 |
|
17 |
+
**The following is a list of all commands available:**
|
18 |
|
19 |
**all-in-one**
|
20 |
|
21 |
Runs all steps (exporting, slimming, quantizing, cleaning, fixing GPU buffers) to produce fully prepared ONNX models.
|
22 |
|
|
|
23 |
**export**
|
24 |
|
25 |
Combines export-abcd and export-e to generate ONNX models for all parts.
|