Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
cheeku1/whatsthispdf00
cheeku1
/
whatsthispdf01
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
7bfaa43
whatsthispdf01
/
start_service.sh
mitulagr2
Update to qwen:1.8b
acf6d8f
8 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