Skip to content

Commit

Permalink
revert: Reverting back to install llama-cpp-python with openblas (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
lsetiawan authored May 10, 2024
1 parent a9f2296 commit 350af66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tutorial-scipy-2024/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ dependencies:
- pip:
- qdrant-client
- sentence-transformers
- llama-cpp-python>=0.2.70 --extra-index-url https://abetlen.github.io/llama-cpp-python/whl/cpu
- llama-cpp-python>=0.2.70 -C cmake.args="-DLLAMA_BLAS=ON;-DLLAMA_BLAS_VENDOR=OpenBLAS"
- rse-toolbox[olmo] @ git+https://github.com/uw-ssec/rse-toolbox.git

0 comments on commit 350af66

Please sign in to comment.