Share a list of all installed packages
#2
by savvadesogle - opened
Hello. Can you please share the versions of the installed libraries, genai, openvino?
in which the model works.
uv pip install --pre openvino==2026.0.0.0.dev20251223 openvino-tokenizers==2026.0.0.0.dev20251223 openvino-genai==2026.0.0.0.dev20251223 --extra-index-url https://storage.openvinotoolkit.org/simple/wheels/nightly
How to convert model https://github.com/huggingface/optimum-intel/issues/1455:
optimum-cli export openvino -m "openai/gpt-oss-20b" out_dir --weight-format int4
Thank you!