Deploying on online platforms #67
-
Thanks for this lovely project. I am looking to do embeddings fast using an online service of which there are a few. I have tried https://runpod.io and it worked great if I manually installed infinity and started it from a shell but unfortunately I am having some trouble getting up and running using the docker image. When running with the docker image I get the message: "No such option -i" "Error: "Try 'infinity_emb --help' for help." repeatedly in the logs. Looking for help successfully running the docker image and tips for services where I can pay by GPU usage while using infinity to do embeddings. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Seems like you are specifying some custom arguments when running on runpod.io (I am not familiar with the service of runpod). The message you are seeing is because you are doing something like Troubleshooting guide
Best |
Beta Was this translation helpful? Give feedback.
@jmn
Seems like you are specifying some custom arguments when running on runpod.io (I am not familiar with the service of runpod).
The message you are seeing is because you are doing something like
infinity_emb -i
, where-i
is not a recognized command. The fact that you are seeing this messageTroubleshooting guide
bge-small
on port 7997.Best
Michael