Novaciano's picture
Create start.sh
a2fce79 verified
raw
history blame contribute delete
121 Bytes
#!/bin/bash
export GGML_CUDA=OFF
# enable CUDA
if [[ -z "${RUN_CUDA}" ]]; then
export GGML_CUDA=ON
fi
python3 app.py