Spaces:
Running
Running
michaelfeil
commited on
Commit
•
d9db7b3
1
Parent(s):
1d2c9ec
Update start-infinity-emb.sh
Browse files- start-infinity-emb.sh +2 -2
start-infinity-emb.sh
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
-
export HF_HOME=/tmp/cache
|
2 |
-
export TRANSFORMERS_CACHE=/tmp/cache
|
3 |
infinity_emb --model-name-or-path michaelfeil/bge-small-en-v1.5 --port 7860
|
|
|
1 |
+
# export HF_HOME=/tmp/cache
|
2 |
+
# export TRANSFORMERS_CACHE=/tmp/cache
|
3 |
infinity_emb --model-name-or-path michaelfeil/bge-small-en-v1.5 --port 7860
|