open-text-embeddings
open-text-embeddings copied to clipboard
not able to run standalone server and download script is not working either
(vllm-custom) root@llamatest:~/vllm/open-text-embeddings# MODEL=intfloat/e5-large-v2 VERBOSE=1 python -m open.text.embeddings.server
Using device: cuda
Loading model: intfloat/e5-large-v2
Normalize embeddings: True
Traceback (most recent call last):
File "/root/anaconda3/envs/vllm-custom/lib/python3.9/runpy.py", line 197, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/root/anaconda3/envs/vllm-custom/lib/python3.9/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/root/vllm/open-text-embeddings/open/text/embeddings/server/main.py", line 22, in
Download script is also not working (vllm-custom) root@llamatest:~/vllm/open-text-embeddings# ./download.sh intfloat/e5-large-v2 mkdir: missing operand Try 'mkdir --help' for more information. Updated git hooks. Git LFS initialized. Cloning into 'huggingface.co'... fatal: repository 'https://huggingface.co/' not found Not in a git repository. Git LFS initialized. /root total 2672 (vllm-custom) root@llamatest:~/vllm/open-text-embeddings#
Thanks for report the issue.
Please pull the latest code and re-test it.
If it works, please close the issue. Thanks.
@sharmaraju352 close the issue for now, please re-open if the issue persist.