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
Try to resolve default int4 config for local models (#760)
* try to resolve default int4 config for local models
* Update optimum/commands/export/openvino.py
* apply review comment
* add test case
* improve test
* update tests
"Library name is not specified. There are multiple possible variants: `sentence_transformers`, `transformers`."
238
+
"`transformers` will be selected. If you want to load your model with the `sentence-transformers` library instead, please set --library sentence_transformers"
239
+
)
240
+
library_name="transformers"
241
+
215
242
ifself.args.fp16:
216
243
logger.warning(
217
244
"`--fp16` option is deprecated and will be removed in a future version. Use `--weight-format` instead."
"Library name is not specified. There are multiple possible variants: `sentence_transformers`, `transformers`."
272
-
"`transformers` will be selected. If you want to load your model with the `sentence-transformers` library instead, please set --library sentence_transformers"
273
-
)
274
-
library_name="transformers"
275
-
276
294
ifself.args.convert_tokenizer:
277
295
logger.warning("`--convert-tokenizer` option is deprecated. Tokenizer will be converted by default.")
0 commit comments