bldr / start.sh
lainlives's picture
Upload folder using huggingface_hub
3820d48 verified
raw
history blame contribute delete
132 Bytes
#!/bin/bash
# export CMAKE_CUDA_ARCHITECTURES="all"
./ollama serve & # >/dev/null 2>&1 &
PID="$!"
disown "$PID"
python app.py