-
Notifications
You must be signed in to change notification settings - Fork 32
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
vllm install and test added. #160
Conversation
@quic-mahebala Please use ruff lint and format and push again. |
|
54532e8
to
a706e9a
Compare
3a54bb5
to
88c6ea8
Compare
scripts/Jenkinsfile
Outdated
sh ''' | ||
. preflight_qeff/bin/activate | ||
pytest --disable-warnings -s -v tests/vllm --junitxml=tests/tests_log3.xml | ||
junitparser merge tests/tests_log1.xml tests/tests_log2.xml tests/tests_log.xml tests/tests_log3.xml |
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.
please rebase, the jenkinsfile already had some change after PR #116 merge.
Also you need to do junitparser merge split_1.xml split_2.xml split_3.xml split_4.xml tests/tests_log.xml
tests_log.xml
should be the output file and at the end of the command, as this will be used by junit to display test results at the end of the pipeline in Post
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.
Done.
Signed-off-by: Mahesh Balasubramanian <quic_mahebala@quicinc.com>
Signed-off-by: Mahesh Balasubramanian <quic_mahebala@quicinc.com>
Signed-off-by: Mahesh Balasubramanian <quic_mahebala@quicinc.com>
Signed-off-by: Mahesh Balasubramanian <quic_mahebala@quicinc.com>
Signed-off-by: Mahesh Balasubramanian <quic_mahebala@quicinc.com>
5a4e144
to
43d77f4
Compare
Being addressed at #168 |
a) installs the latest VLLM
b) downloads and compiles a small model (efficient-transformers)
c) checks for three sanity checks to see if the model runs correctly on VLLM and passes initial tests.