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