Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
alibidaran
/
Zaki
like
0
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
0a66e69
Zaki
/
start_services.sh
alibidaran
Upload 3 files
0a66e69
verified
8 months ago
raw
Copy download link
history
blame
Safe
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