-
-
Notifications
You must be signed in to change notification settings - Fork 10.3k
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
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
Labels
bugSomething isn't workingSomething isn't working