Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Fixing the error ModuleNotFoundError: No module named \'mistral_common\'\n
Browse files
start.sh
CHANGED
|
@@ -2,6 +2,7 @@
|
|
| 2 |
|
| 3 |
if [ ! -d "llama.cpp" ]; then
|
| 4 |
# only run in dev env
|
|
|
|
| 5 |
git clone https://github.com/ggerganov/llama.cpp --depth 1
|
| 6 |
fi
|
| 7 |
|
|
|
|
| 2 |
|
| 3 |
if [ ! -d "llama.cpp" ]; then
|
| 4 |
# only run in dev env
|
| 5 |
+
pip install mistral-common
|
| 6 |
git clone https://github.com/ggerganov/llama.cpp --depth 1
|
| 7 |
fi
|
| 8 |
|