unclemusclez commited on
Commit
1b59b67
·
verified ·
1 Parent(s): 04aff77

Update start.sh

Browse files
Files changed (1) hide show
  1. start.sh +1 -1
start.sh CHANGED
@@ -1,5 +1,5 @@
1
  cd llama.cpp
2
- LLAMA_CUDA=1 make -j llama-quantize llama-gguf-split llama-imatrix
3
 
4
  cd ..
5
  ollama serve & sleep 5
 
1
  cd llama.cpp
2
+ LLAMA_CUDA=0 make -j llama-quantize llama-gguf-split llama-imatrix
3
 
4
  cd ..
5
  ollama serve & sleep 5