Skip to content

Commit

Permalink
export LD_LIBRARY_PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
nikita-savelyevv committed Dec 10, 2024
1 parent 8b655f4 commit e64a2c8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test_inc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@ jobs:
pip install torch==${{ matrix.torch-version }} torchaudio torchvision --index-url https://download.pytorch.org/whl/cpu
pip install .[neural-compressor,diffusers,peft,tests] transformers[testing] intel-extension-for-pytorch==${{ matrix.torch-version }}
- name: Set LD_LIBRARY_PATH
run : |
export LD_LIBRARY_PATH=/usr/local/lib/:$LD_LIBRARY_PATH
- name: Assert versions
run: |
python -c "import torch; print(torch.__version__); assert torch.__version__.startswith('${{ matrix.torch-version }}'.replace('.*', ''))"
Expand Down

0 comments on commit e64a2c8

Please sign in to comment.