Skip to content

Commit

Permalink
Update notebooks workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
riedgar-ms authored May 16, 2024
1 parent 03f53c4 commit c6ae67d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/notebook_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
- name: GPU pip installs
run: |
pip install accelerate
CMAKE_ARGS="-DLLAMA_CUBLAS=on" pip install "llama-cpp-python<0.2.58"
CMAKE_ARGS="-DLLAMA_CUBLAS=on" pip install "llama-cpp-python!=0.2.58,!=0.2.75"
- name: Check GPU available
run: |
python -c "import torch; assert torch.cuda.is_available()"
Expand Down

0 comments on commit c6ae67d

Please sign in to comment.