Fix signal handling
This commit is contained in:
parent
067c68b7d1
commit
59f51d7881
|
@ -25,4 +25,4 @@ echo "Number of CPU threads: $n_threads"
|
||||||
echo "Number of GPU layers: $n_gpu_layers"
|
echo "Number of GPU layers: $n_gpu_layers"
|
||||||
echo "Context window: $n_ctx"
|
echo "Context window: $n_ctx"
|
||||||
|
|
||||||
python3 -m llama_cpp.server --n_ctx $n_ctx --n_threads $n_threads --n_gpu_layers $n_gpu_layers --n_batch $n_batch
|
exec python3 -m llama_cpp.server --n_ctx $n_ctx --n_threads $n_threads --n_gpu_layers $n_gpu_layers --n_batch $n_batch
|
||||||
|
|
Loading…
Reference in New Issue