Skip to content

Commit

Permalink
use prerelease openvino_genai instead of nightly (#2207)
Browse files Browse the repository at this point in the history
  • Loading branch information
eaidova authored Jul 17, 2024
1 parent 820b7e5 commit b392bd6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion notebooks/llm-chatbot/llm-chatbot-generate-api.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
"\n",
"%pip install -Uq pip\n",
"%pip uninstall -q -y optimum optimum-intel\n",
"%pip install -q -U --pre openvino openvino-tokenizers[transformers] openvino-genai --extra-index-url https://storage.openvinotoolkit.org/simple/wheels/nightly\n",
"%pip install -q -U --pre openvino openvino-tokenizers[transformers] openvino-genai --extra-index-url https://storage.openvinotoolkit.org/simple/wheels/pre-release\n",
"%pip install -q --extra-index-url https://download.pytorch.org/whl/cpu\\\n",
"\"git+https://github.com/huggingface/optimum-intel.git\"\\\n",
"\"git+https://github.com/openvinotoolkit/nncf.git\"\\\n",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
],
"source": [
"%pip uninstall -q -y optimum optimum-intel\n",
"%pip install -q \"openvino-genai>=2024.2\"\n",
"%pip install -Uq \"openvino-genai\" --extra-index-url https://storage.openvinotoolkit.org/simple/wheels/pre-release\n",
"%pip install -q \"torch>=2.1\" \"nncf>=2.7\" \"transformers>=4.40.0\" onnx \"optimum>=1.16.1\" \"accelerate\" \"datasets>=2.14.6\" \"gradio>=4.19\" \"git+https://github.com/huggingface/optimum-intel.git\" --extra-index-url https://download.pytorch.org/whl/cpu"
]
},
Expand Down

0 comments on commit b392bd6

Please sign in to comment.