Echo9Zulu commited on
Commit
8dedda1
·
verified ·
1 Parent(s): 9509f18

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -3
README.md CHANGED
@@ -1,3 +1,11 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ base_model:
4
+ - lolzinventor/Meta-Llama-3.1-8B-SurviveV3
5
+ ---
6
+
7
+ This model was converted to the OpenVINO IR format using the following command:
8
+
9
+ ```
10
+ optimum-cli export openvino -m "input/path" --task text-generation-with-past --weight-format int4 --ratio 1 --group-size 128 --dataset wikitext2 --awq --scale-estimation --sensitivity-metric weight_quantization_error "output/path"
11
+ ```