-
I am running on an air gapped RHEL node, and I would like to try out marqo. I got pulled the original image from docker hub, and I saw it tried to download the embedding model from huggingface, so I made a new image from the marqo image that copies the model directly to /app/marqo/cache. However, I still fail to run it because it tries to get the model information from hugginface again even though the model is cached. Are there any flags I should be altering to use marqo in offline mode? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
@msabty Our team is looking at this and will come back to you. |
Beta Was this translation helpful? Give feedback.
Thanks.
I copied the /app/marqo/cache directory and the ~/.cache directory and set the huggingface offline flag to 1, and now it seems to run without crash it when I run the container with no network but I need to try it in actual usage.