flask-llama / start.sh
YZ-TAN's picture
Upload 2821 files
5a29263 verified
raw
history blame contribute delete
149 Bytes
#!/bin/bash
set -e
echo "Starting LLaMA server..."
cd llama.cpp
cd ..
sleep 60
echo "Starting Flask server..."
python Flask-llama.py