Update EXPORT.md
Browse files
EXPORT.md
CHANGED
|
@@ -17,15 +17,19 @@ This will create an export of the onnx models.
|
|
| 17 |
**The following is a list of all commands available:**
|
| 18 |
|
| 19 |
**all-in-one**
|
|
|
|
| 20 |
Runs all steps (exporting, slimming, quantizing, cleaning, fixing GPU buffers) to produce fully prepared ONNX models.
|
| 21 |
|
| 22 |
**export**
|
|
|
|
| 23 |
Combines export-abcd and export-e to generate ONNX models for all parts.
|
| 24 |
|
| 25 |
**export-abcd**
|
|
|
|
| 26 |
Exports model parts A, B, C, and D by running QwenVL_Export_ABCD.py.
|
| 27 |
|
| 28 |
**export-e**
|
|
|
|
| 29 |
Exports model part E by running QwenVL_Export_E.py.
|
| 30 |
|
| 31 |
**slim**
|
|
|
|
| 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.
|
| 26 |
|
| 27 |
**export-abcd**
|
| 28 |
+
|
| 29 |
Exports model parts A, B, C, and D by running QwenVL_Export_ABCD.py.
|
| 30 |
|
| 31 |
**export-e**
|
| 32 |
+
|
| 33 |
Exports model part E by running QwenVL_Export_E.py.
|
| 34 |
|
| 35 |
**slim**
|