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