Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
ThaparInstituteOfTechnology
/
ThaparGPT
like
0
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
c9ff3dd
ThaparGPT
/
entry.sh
0504ankitsharma
Upload entry.sh
b01feb9
verified
11 months ago
raw
Copy download link
history
blame
Safe
176 Bytes
#!/bin/bash
# Starting server
echo
"Starting server"
ollama serve &
sleep
1
echo
"Pulling models"
ollama pull mistral
sleep
5
ollama pull nomic-embed-text
sleep
5
done
wait