Skip to content

[Bug]: [Tests] Initialization Test Does Not Work With V1 #14531

@robertgshaw2-redhat

Description

@robertgshaw2-redhat

Your current environment

  • Converting over the tests to use V1, this is not working

🐛 Describe the bug

  • works
VLLM_USE_V1=0 pytest -v -x models/test_initialization.py -k "not Cohere"
  • fails on Grok 1
VLLM_USE_V1=1 pytest -v -x models/test_initialization.py -k "not Cohere"
  • works! (this is wild)
VLLM_USE_V1=1 pytest -v -x models/test_initialization.py -k "Grok"

Before submitting a new issue...

  • Make sure you already searched for relevant issues, and asked the chatbot living at the bottom right corner of the documentation page, which can answer lots of frequently asked questions.

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