Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,8 @@
|
|
1 |
-
---
|
2 |
-
license: apache-2.0
|
3 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
---
|
4 |
+
|
5 |
+
This model was converted to the OpenVINO IR format using the following command:
|
6 |
+
```
|
7 |
+
optimum-cli export openvino -m "{path}Dolphin3.0-R1-Mistral-24B" --task text-generation-with-past --weight-format int4 --ratio 1 --group-size 128 --dataset wikitext2 --disable-stateful --all-layers --awq --scale-estimation "{path}Dolphin3.0-R1-Mistral-24B-int4_asym-awq-se-ns-ov"
|
8 |
+
```
|