-
Notifications
You must be signed in to change notification settings - Fork 43
add torch nightly in ci #87
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
Conversation
scripts/test-template-ci.j2
Outdated
| {% endif %} | ||
| {% endfor %} | ||
|
|
||
| - group: "vllm against torch nightly" |
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.
Just curious if we can use the matrix parameter here to run stable and nightly side by side instead of copy/paste the CI steps. It seems doable if we could set soft_fail dynamically. What do you think?
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.
hmm, I wonder if it's possible,so we only want the nightlyto be triggered manually only, let me try it to see if it's possible
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.
add macro functions to wrap configs that can be used for both vllm against torch nightly and normal vllm.
Notice, kevin is working on use python script to generate the yaml file for test, so this jinja template thing will be deprecated in h2
No description provided.