From 350af6637bc7eab9222eb65ff6c143fe1428a860 Mon Sep 17 00:00:00 2001 From: Don Setiawan Date: Fri, 10 May 2024 13:08:39 -0700 Subject: [PATCH] revert: Reverting back to install llama-cpp-python with openblas (#19) --- tutorial-scipy-2024/environment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorial-scipy-2024/environment.yml b/tutorial-scipy-2024/environment.yml index a153121..d309537 100644 --- a/tutorial-scipy-2024/environment.yml +++ b/tutorial-scipy-2024/environment.yml @@ -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