Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Luigi
/
SmolVLM2-on-llama.cpp
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
02e777b
SmolVLM2-on-llama.cpp
/
postBuild
Luigi
specify a openblas llama cpp build
02e777b
27 days ago
raw
Copy download link
history
blame
Safe
126 Bytes
#!/usr/bin/env bash
export
CMAKE_ARGS=
"-DGGML_BLAS=ON -DGGML_BLAS_VENDOR=OpenBLAS"
pip install --no-cache-dir llama-cpp-python