Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -17,7 +17,7 @@ RUN apt-get update && apt-get install -y \
|
|
| 17 |
|
| 18 |
# Install AVX512 + OpenBLAS optimized llama-cpp-python wheel (MAXIMUM SPEED!)
|
| 19 |
RUN pip install --no-cache-dir \
|
| 20 |
-
https://huggingface.co/datasets/AIencoder/llama-cpp-wheels/resolve/main/llama_cpp_python-0.3.16%
|
| 21 |
|
| 22 |
# Install Python dependencies
|
| 23 |
RUN pip install --no-cache-dir \
|
|
|
|
| 17 |
|
| 18 |
# Install AVX512 + OpenBLAS optimized llama-cpp-python wheel (MAXIMUM SPEED!)
|
| 19 |
RUN pip install --no-cache-dir \
|
| 20 |
+
https://huggingface.co/datasets/AIencoder/llama-cpp-wheels/resolve/main/llama_cpp_python-0.3.16%2Bopenblas_avx512_vnni-cp311-cp311-manylinux_2_31_x86_64.whl
|
| 21 |
|
| 22 |
# Install Python dependencies
|
| 23 |
RUN pip install --no-cache-dir \
|