AIencoder commited on
Commit
d3df5a7
·
verified ·
1 Parent(s): af718bc

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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%2Bcpuavx512_openblas-cp311-cp311-manylinux_2_31_x86_64.whl \
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 \