Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
nelsonmaligro
/
yvanai
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
7ddba6e
yvanai
/
startollama.sh
nelsonmaligro
Upload startollama.sh
7ddba6e
verified
5 months ago
raw
Copy download link
history
blame
Safe
174 Bytes
#!/bin/sh
# Start Ollama in the background
/usr/local/bin/ollama serve &
# Wait for Ollama to start
sleep
5
# Pull and run <YOUR_MODEL_NAME>
ollama pull llava-llama3
exit