Spaces:
Running
on
A10G
Running
on
A10G
remove -DLLAMA_CURL
Browse files
start.sh
CHANGED
|
@@ -12,7 +12,7 @@ if [[ -z "${RUN_LOCALLY}" ]]; then
|
|
| 12 |
fi
|
| 13 |
|
| 14 |
cd llama.cpp
|
| 15 |
-
cmake -B build -DBUILD_SHARED_LIBS=OFF -DGGML_CUDA=${GGML_CUDA}
|
| 16 |
cmake --build build --config Release -j --target llama-quantize llama-gguf-split llama-imatrix
|
| 17 |
cp ./build/bin/llama-* .
|
| 18 |
rm -rf build
|
|
|
|
| 12 |
fi
|
| 13 |
|
| 14 |
cd llama.cpp
|
| 15 |
+
cmake -B build -DBUILD_SHARED_LIBS=OFF -DGGML_CUDA=${GGML_CUDA}
|
| 16 |
cmake --build build --config Release -j --target llama-quantize llama-gguf-split llama-imatrix
|
| 17 |
cp ./build/bin/llama-* .
|
| 18 |
rm -rf build
|