gguf-my-lora / start.sh
ngxson's picture
ngxson HF Staff
Fixing the error ModuleNotFoundError: No module named \'mistral_common\'\n (#4)
389a747 verified
raw
history blame contribute delete
175 Bytes
#!/bin/bash
if [ ! -d "llama.cpp" ]; then
# only run in dev env
pip install mistral-common
git clone https://github.com/ggerganov/llama.cpp --depth 1
fi
python app.py