Spaces:
Sleeping
Sleeping
michaelfeil
commited on
Commit
•
982ee19
1
Parent(s):
3335977
Update start-infinity-emb.sh
Browse files- start-infinity-emb.sh +2 -2
start-infinity-emb.sh
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
export HF_HOME=/tmp/cache
|
2 |
export TRANSFORMERS_CACHE=/tmp/cache
|
3 |
-
export INFINITY_QUEUE_SIZE=
|
4 |
-
infinity_emb --model-name-or-path michaelfeil/
|
|
|
1 |
export HF_HOME=/tmp/cache
|
2 |
export TRANSFORMERS_CACHE=/tmp/cache
|
3 |
+
export INFINITY_QUEUE_SIZE=512000
|
4 |
+
infinity_emb --model-name-or-path michaelfeil/jina-embeddings-v2-base-code --port 7860 --batch-size 8 --engine torch --lengths-via-tokenize
|