Spaces:
Runtime error
Runtime error
Yash Sachdeva
commited on
Commit
•
355c221
1
Parent(s):
894217f
llm cpp
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -16,7 +16,7 @@ RUN pip install torch
|
|
16 |
|
17 |
RUN pip install accelerate
|
18 |
|
19 |
-
RUN CMAKE_ARGS="-DLLAMA_BLAS=ON -DLLAMA_BLAS_VENDOR=OpenBLAS" pip install llama-cpp-python
|
20 |
|
21 |
# Install requirements.txt
|
22 |
RUN pip install --no-cache-dir --upgrade -r /requirements.txt
|
|
|
16 |
|
17 |
RUN pip install accelerate
|
18 |
|
19 |
+
RUN CMAKE_ARGS="-DLLAMA_BLAS=ON -DLLAMA_BLAS_VENDOR=OpenBLAS" pip install llama-cpp-python --upgrade --force-reinstall --no-cache-dir
|
20 |
|
21 |
# Install requirements.txt
|
22 |
RUN pip install --no-cache-dir --upgrade -r /requirements.txt
|