Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
ztc1997
/
llama3-chinese-1
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
572fd85
llama3-chinese-1
/
run.sh
ztc1997
Update
572fd85
11 months ago
raw
Copy download link
history
blame
Safe
123 Bytes
#!/bin/bash
ollama serve &
sleep
1
ollama pull ollam/unichat-llama3-chinese-8b:q4_0
while
[[
true
]];
do
sleep
1
done