Skip to content

Commit

Permalink
openvino-nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
Wovchena committed Dec 12, 2023
1 parent ed03e10 commit f8d8730
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/llm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,9 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
- run: |
curl https://storage.openvinotoolkit.org/repositories/openvino/packages/nightly/2023.3.0-13432-a6ea22ad0e6/l_openvino_toolkit_ubuntu20_2023.3.0.dev20231129_x86_64.tgz | tar --directory ./ov/ --strip-components 1 -xz
sudo ./ov/install_dependencies/install_openvino_dependencies.sh
source ./ov/setupvars.sh
python -m pip install --upgrade-strategy eager "transformers>=4.36" "optimum[openvino]>=1.15" --extra-index-url https://download.pytorch.org/whl/cpu
python -m pip uninstall --yes optimum-intel
python -m pip install git+https://github.com/huggingface/optimum-intel.git@5dac93d6e8d15c96fe061c653d82b7afd54954db
python -m pip uninstall --yes openvino
python -m pip install openvino-nightly==2023.3.0.dev20231206
optimum-cli export openvino -m TinyLlama/TinyLlama-1.1B-Chat-v0.6 .

0 comments on commit f8d8730

Please sign in to comment.