Skip to content

[Bug]: v0.4.1 VLLM_USE_MODELSCOPE not working #4362

@kratorado

Description

@kratorado

Your current environment

The output of `python collect_env.py`

🐛 Describe the bug

the related code in the previous version :

if os.environ.get("VLLM_USE_MODELSCOPE", "False").lower() == "true":

now the code:
if VLLM_USE_MODELSCOPE:
but the VLLM_USE_MODELSCOPE is set to string "true" by

VLLM_USE_MODELSCOPE = os.environ.get("VLLM_USE_MODELSCOPE",
                                     "False").lower() == "true"

so, VLLM_USE_MODELSCOPE will never work

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions