SmolVLM2-on-llama.cpp / requirements.txt
Luigi's picture
fix bad syntax in requirements.txt
190bcda
raw
history blame contribute delete
292 Bytes
# force a source build of llama‐cpp‐python
--no-binary=llama-cpp-python
gradio>=5.0
opencv-python
pillow
# build llama-cpp-python from source with OpenBLAS
llama-cpp-python>=0.3.9 \
--config-settings="cmake.args=-DGGML_BLAS=ON;-DGGML_BLAS_VENDOR=OpenBLAS"
huggingface-hub
termcolor