Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Hardware
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
PyxiLab
/
Ollama
like
0
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
9f2c8fd
Ollama
/
pull-model.sh
PyxiLabs
Create pull-model.sh
e155edc
verified
over 1 year ago
Raw
Download with hf CLI
Copy download link
History
Blame
Safe
173 Bytes
#!/bin/sh
# Start Ollama in the background
ollama serve &
# Wait for the server to start
sleep
5
# Pull the model
ollama pull all-minilm
# Stop the background server
kill
%1