-
Notifications
You must be signed in to change notification settings - Fork 250
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
ODH: Added build-script, build info and license for vllm #5374
base: odh-pe-integration
Are you sure you want to change the base?
ODH: Added build-script, build info and license for vllm #5374
Conversation
PACKAGE_NAME=vllm | ||
PACKAGE_URL=https://github.com/vllm-project/vllm.git | ||
|
||
PACKAGE_VERSION=${1:-v0.6.3} |
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.
Can we use the latest version 0.7.0 as default now?
cd $DEPS_DIR/audio | ||
python -m pip install -v -e . --no-build-isolation & | ||
|
||
wait $(jobs -p) |
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.
I hope parallel execution doesn't kill your system. It may go OOM.
fi | ||
|
||
python -m pip install pytest | ||
if ! python -m pytest tests/test_sequence.py tests/test_inputs.py; then |
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.
I think let's cover all text related tests here.
# ----------------------------------------------------------------------------- | ||
# | ||
# Package : vllm | ||
# Version : v0.6.3 |
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.
Update here too.
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.
Apart from the comments I've shared, rest LGTM
Checklist
set -e
option enabled and observe success ?