Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -14,7 +14,7 @@ RUN apt-get update && apt-get install -y \
|
|
| 14 |
ffmpeg \
|
| 15 |
&& rm -rf /var/lib/apt/lists/*
|
| 16 |
|
| 17 |
-
# Install
|
| 18 |
RUN pip install --no-cache-dir \
|
| 19 |
https://huggingface.co/datasets/AIencoder/llama-cpp-wheels/resolve/main/llama_cpp_python-0.3.16%2Bcpuavx512-cp311-cp311-linux_x86_64-OpenBLAS.whl \
|
| 20 |
|| pip install --no-cache-dir llama-cpp-python
|
|
|
|
| 14 |
ffmpeg \
|
| 15 |
&& rm -rf /var/lib/apt/lists/*
|
| 16 |
|
| 17 |
+
# Install AVX512 + OpenBLAS optimized llama-cpp-python wheel
|
| 18 |
RUN pip install --no-cache-dir \
|
| 19 |
https://huggingface.co/datasets/AIencoder/llama-cpp-wheels/resolve/main/llama_cpp_python-0.3.16%2Bcpuavx512-cp311-cp311-linux_x86_64-OpenBLAS.whl \
|
| 20 |
|| pip install --no-cache-dir llama-cpp-python
|