Zaki / start_services.sh
alibidaran's picture
Upload 3 files
0a66e69 verified
raw
history blame
207 Bytes
#!/bin/bash
# Start the Ollama server with the custom model
ollama serve --port 11434 &
sleep 1
ollama run hf.co/alibidaran/LLAMA3.2-Virtual_doctor_GGUF
ollama list
# Start the Gradio chatbot
python app.py