pdufour commited on
Commit
5331cf8
·
verified ·
1 Parent(s): 1c9150e

Update EXPORT.md

Browse files
Files changed (1) hide show
  1. EXPORT.md +1 -2
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 commands are all 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
-
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.