license: apache-2.0 | |
This model was converted to the OpenVINO IR format using the following command; | |
``` | |
optimum-cli export openvino -m "{local-dir}/Dolphin3.0-Mistral-24B" --task text-generation-with-past --weight-format int4 --ratio 1 --group-size 128 --dataset wikitext2 --disable-stateful --all-layers --awq --scale-estimation "{local-dir}Dolphin3.0-Mistral-24B-int4_asym-awq-se-ns-ov" | |
``` |