Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
ztc1997
/
ollama-dmeta-embedding-zh-small-q4
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
b60ea9a
ollama-dmeta-embedding-zh-small-q4
/
run.sh
ztc1997
Update
b60ea9a
11 months ago
raw
Copy download link
history
blame
Safe
138 Bytes
#!/bin/bash
ollama serve > /var/log/serve.log 2>&1 &
ollama pull shaw/dmeta-embedding-zh-small-q4
while
[[
true
]];
do
sleep
1
done