ztc1997's picture
Update
8e2f500
raw
history blame contribute delete
112 Bytes
#!/bin/bash
ollama serve &
sleep 1
ollama pull zhaoyun/phi3-128k-chinese
while [[ true ]]; do
sleep 1
done