kubedocker
commited on
Commit
•
8493c43
1
Parent(s):
d05aa08
Update start.sh
Browse files
start.sh
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
#!/bin/bash
|
2 |
|
3 |
-
text-embeddings-router --model-id BAAI/bge-large-en-v1.5 --port 8080 --hf-api-token $HF_API_TOKEN --api-key $HF_API_TOKEN --huggingface-hub-cache /home/user/.cache/huggingface
|
|
|
1 |
#!/bin/bash
|
2 |
|
3 |
+
text-embeddings-router --model-id BAAI/bge-large-en-v1.5 --port 8080 --hf-api-token $HF_API_TOKEN --api-key $HF_API_TOKEN --huggingface-hub-cache /home/user/.cache/huggingface &
|