Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
DINGOLANI
/
testautosearch
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
3f671f4
testautosearch
/
build.sh
DINGOLANI
Create build.sh
43199bb
verified
3 months ago
raw
Copy download link
history
blame
Safe
197 Bytes
#!/bin/bash
pip install -r requirements.txt
python -c
"from sentence_transformers import SentenceTransformer; SentenceTransformer('sentence-transformers/all-MiniLM-L6-v2', cache_folder='./models')"