Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
Duplicated from
thewise/ollama-server
bbbipul
/
ollama-server
like
0
Paused
App
Files
Files
Community
52d4d06
ollama-server
/
ollama-pull.sh
thewise
Create ollama-pull.sh
c9e8946
verified
8 months ago
raw
Copy download link
history
blame
111 Bytes
#!/bin/bash
echo
"Starting server"
ollama serve &
sleep
1
echo
"Pulling
$model
"
ollama pull
$model
# model here