-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[CI][UT]Update ut list #123
base: main
Are you sure you want to change the base?
Conversation
--ignore=vllm-empty/tests/entrypoints/llm/test_guided_generate.py | ||
--ignore=vllm-empty/tests/entrypoints/llm/test_encode.py | ||
--ignore=vllm-empty/tests/entrypoints/llm/test_generate.py | ||
--ignore=vllm-empty/tests/entrypoints/test_prompt_validation.py |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why we ignore these test scripts?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
cause the scripts mentioned above may need download models weight from Amazon 3 warehouses, we need to add Authorization so that our runner can download the model normally
please update .github action to let e2e test run when |
Signed-off-by: wangli <[email protected]>
Signed-off-by: wangli <[email protected]>
Co-authored-by: Mengqing Cao <[email protected]> Signed-off-by: wangli <[email protected]>
Signed-off-by: wangli <[email protected]>
### What this PR does / why we need it? Add `HF_TOKEN` for downloading models that requires access rights from huggingface hub. This will fix the CI error in #123 and #76 Signed-off-by: MengqingCao <[email protected]>
What this PR does / why we need it?
Enable vllm native ut:
Please note that the model:
mistralai/Mistral-7B-Instruct-v0.1
need apply for permissions to accessDoes this PR introduce any user-facing change?
How was this patch tested?