-
Notifications
You must be signed in to change notification settings - Fork 30
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
[Tests] Add inference predicter tests after tests folders build #42
Conversation
defaults: | ||
run: | ||
shell: bash | ||
|
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.
remove line
python -m pip install --upgrade pip | ||
pip install -r ./tests/requirements.txt | ||
|
||
- name: Start tests-utils |
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.
- name: Start tests-utils | |
- name: Start tests |
run: | | ||
bash -c "./tests/run_test.sh" | ||
|
||
- name: Test Summary |
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.
Remove this if there is no use
|
||
on: | ||
workflow_call: | ||
inputs: |
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.
Remove inputs as tests are running on github CI
* Add deepspeed_inference.py * update * fix input * update * update scaling config * Add streaming_generate * Add DeepSpeedPredictor to model serve * update README * Add deepspeed_inference_example * remove test * fix return value bug * Fix DeepSpeedPredictor * fix generate * remove examples and debug print * remove *.sh * Add deepspeed requirements * enable DeepSpeed in CI * update Dockerfile * add device support * update * update * update * update * update * update * update * nit * nit * update * add install oneapi and start-ray-cluster scripts Signed-off-by: Wu, Xiaochang <[email protected]> * remove sudo for docker Signed-off-by: Wu, Xiaochang <[email protected]> * fix path Signed-off-by: Wu, Xiaochang <[email protected]> * nit Signed-off-by: Wu, Xiaochang <[email protected]> * nit Signed-off-by: Wu, Xiaochang <[email protected]> * nit Signed-off-by: Wu, Xiaochang <[email protected]> * nit Signed-off-by: Wu, Xiaochang <[email protected]> * nit Signed-off-by: Wu, Xiaochang <[email protected]> * update Signed-off-by: Wu, Xiaochang <[email protected]> * update deepspeed version --------- Signed-off-by: Wu, Xiaochang <[email protected]>
after pr #31 done