Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
cheeku2/whatsthispdf07
cheeku2
/
whatsthispdf08
like
0
Runtime error
App
Files
Files
Community
f562d60
whatsthispdf08
/
start_service.sh
mitulagr2
Update to qwen:1.8b
9266b9a
7 months ago
raw
Copy download link
history
blame
Safe
196 Bytes
#!/bin/sh
# Start Ollama in the background
ollama serve &
# Wait for Ollama to start
sleep
5
# Pull and run <YOUR_MODEL_NAME>
ollama pull qwen:1.8b
#
fastapi run /code/app/main.py --port 7860