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...
ztc1997
commited on
May 9, 2024
Commit
e67148b
·
1 Parent(s):
ece8092
Update
Browse files
Files changed (1)
hide
show
run.sh
+1
-1
run.sh
CHANGED
Viewed
@@ -1,6 +1,6 @@
1
#!/bin/bash
2
3
-
ollama serve
> /serve.log 2>&1
&
4
sleep 1
5
ollama pull shaw/dmeta-embedding-zh-small-q4
6
1
#!/bin/bash
2
3
+
ollama serve &
4
sleep 1
5
ollama pull shaw/dmeta-embedding-zh-small-q4
6