Zaki / start_services.sh
alibidaran's picture
Update start_services.sh
553de78 verified
raw
history blame
231 Bytes
#!/bin/bash
# Start the Ollama server
ollama serve &
sleep 5
# Run the custom model
ollama run hf.co/alibidaran/LLAMA3.2-Virtual_doctor_GGUF &
sleep 5
# List available models
ollama list
# Start the Gradio chatbot
python app.py