gguf-my-lora / start.sh
Moaazsoliman's picture
Fixing the error ModuleNotFoundError: No module named \'mistral_common\'\n
0f4d3da verified
raw
history blame
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