You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An officially supported task in the examples folder (such as GLUE/SQuAD, ...)
My own task or dataset (give details below)
Reproduction (minimal, reproducible, runnable)
optimum-cli export onnx --model ./bge-m3 bge-m3_onnx/ --task default
optimum-cli export onnx --model ./bge-m3 bge-m3_onnx_16/ --task default --dtype fp16 --device cuda
the produced model.onnx_data file has the same size with or without --dtype fp16
Expected behavior
the produced model.onnx_data file with --dtype fp16 flag should be smaller.
The text was updated successfully, but these errors were encountered:
System Info
Who can help?
No response
Information
Tasks
examples
folder (such as GLUE/SQuAD, ...)Reproduction (minimal, reproducible, runnable)
optimum-cli export onnx --model ./bge-m3 bge-m3_onnx/ --task default
optimum-cli export onnx --model ./bge-m3 bge-m3_onnx_16/ --task default --dtype fp16 --device cuda
the produced model.onnx_data file has the same size with or without --dtype fp16
Expected behavior
the produced model.onnx_data file with
--dtype fp16
flag should be smaller.The text was updated successfully, but these errors were encountered: