Drag2121 commited on
Commit
5124590
·
1 Parent(s): 55567e0

removed gpu

Browse files
Files changed (1) hide show
  1. start.sh +1 -1
start.sh CHANGED
@@ -6,7 +6,7 @@ export MKL_NUM_THREADS=4 # Optimize Intel MKL threading
6
  export CUDA_VISIBLE_DEVICES=0 # Use the first GPU if available
7
 
8
  # Start Ollama in the background with optimized settings
9
- ollama serve --gpu 0 & # Use GPU 0 if available
10
 
11
  # Pull the model if not already present
12
  if ! ollama list | grep -q "tinyllama"; then
 
6
  export CUDA_VISIBLE_DEVICES=0 # Use the first GPU if available
7
 
8
  # Start Ollama in the background with optimized settings
9
+ ollama serve & # Use GPU 0 if available
10
 
11
  # Pull the model if not already present
12
  if ! ollama list | grep -q "tinyllama"; then