You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
是否已有关于该错误的issue或讨论? | Is there an existing issue / discussion for this?
我已经搜索过已有的issues和讨论 | I have searched the existing issues / discussions
该问题是否在FAQ中有解答? | Is there an existing answer for this in FAQ?
我已经搜索过FAQ | I have searched FAQ
当前行为 | Current Behavior
File "/home/hibug/anaconda3/envs/mllm/lib/python3.10/site-packages/vllm/entrypoints/openai/api_server.py", line 132, in build_async_engine_client_from_engine_args
if (model_is_embedding(engine_args.model, engine_args.trust_remote_code,
File "/home/hibug/anaconda3/envs/mllm/lib/python3.10/site-packages/vllm/entrypoints/openai/api_server.py", line 73, in model_is_embedding
return ModelConfig(model=model_name,
File "/home/hibug/anaconda3/envs/mllm/lib/python3.10/site-packages/vllm/config.py", line 227, in init
self.max_model_len = _get_and_verify_max_len(
File "/home/hibug/anaconda3/envs/mllm/lib/python3.10/site-packages/vllm/config.py", line 1747, in _get_and_verify_max_len
assert "factor" in rope_scaling
AssertionError
是否已有关于该错误的issue或讨论? | Is there an existing issue / discussion for this?
该问题是否在FAQ中有解答? | Is there an existing answer for this in FAQ?
当前行为 | Current Behavior
File "/home/hibug/anaconda3/envs/mllm/lib/python3.10/site-packages/vllm/entrypoints/openai/api_server.py", line 132, in build_async_engine_client_from_engine_args
if (model_is_embedding(engine_args.model, engine_args.trust_remote_code,
File "/home/hibug/anaconda3/envs/mllm/lib/python3.10/site-packages/vllm/entrypoints/openai/api_server.py", line 73, in model_is_embedding
return ModelConfig(model=model_name,
File "/home/hibug/anaconda3/envs/mllm/lib/python3.10/site-packages/vllm/config.py", line 227, in init
self.max_model_len = _get_and_verify_max_len(
File "/home/hibug/anaconda3/envs/mllm/lib/python3.10/site-packages/vllm/config.py", line 1747, in _get_and_verify_max_len
assert "factor" in rope_scaling
AssertionError
期望行为 | Expected Behavior
No response
复现方法 | Steps To Reproduce
No response
运行环境 | Environment
备注 | Anything else?
No response
The text was updated successfully, but these errors were encountered: