michaelfeil commited on
Commit
1b33283
1 Parent(s): e66973d

Update start-infinity-emb.sh

Browse files
Files changed (1) hide show
  1. start-infinity-emb.sh +1 -1
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=512
4
- infinity_emb --model-name-or-path michaelfeil/bge-small-en-v1.5 --port 7860 --batch-size 8 --engine optimum --lengths_via_tokenize
 
1
  export HF_HOME=/tmp/cache
2
  export TRANSFORMERS_CACHE=/tmp/cache
3
  export INFINITY_QUEUE_SIZE=512
4
+ infinity_emb --model-name-or-path michaelfeil/bge-small-en-v1.5 --port 7860 --batch-size 8 --engine optimum --lengths-via-tokenize