-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Upgrade Torch to v2.6.0 everywhere #4450
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
Upgrade Torch to v2.6.0 everywhere #4450
Conversation
Signed-off-by: Abolfazl Shahbazi <12436063+ashahba@users.noreply.github.com>
I did try ...
...
poetry-version-plugin: New package version is updated from given file version is: 0.15.0
poetry-version-plugin: New version updated in toml file
Creating virtualenv kserve in /localdisk/ashahba/source_code/kserve/python/kserve/.venv
Resolving dependencies... (19.3s)
moving into folder ./paddleserver
poetry-version-plugin: New package version is updated from given file version is: 0.15.0
poetry-version-plugin: New version updated in toml file
Creating virtualenv paddleserver in /localdisk/ashahba/source_code/kserve/python/paddleserver/.venv
Resolving dependencies... (7.6s)
moving into folder ./pmmlserver
poetry-version-plugin: New package version is updated from given file version is: 0.15.0
poetry-version-plugin: New version updated in toml file
Creating virtualenv pmmlserver in /localdisk/ashahba/source_code/kserve/python/pmmlserver/.venv
Resolving dependencies... (1.9s)
moving into folder ./custom_transformer
poetry-version-plugin: New package version is updated from given file version is: 0.15.0
poetry-version-plugin: New version updated in toml file
Creating virtualenv custom-transformer in /localdisk/ashahba/source_code/kserve/python/custom_transformer/.venv
Resolving dependencies... (0.8s)
moving into folder ./artexplainer
poetry-version-plugin: New package version is updated from given file version is: 0.15.0
poetry-version-plugin: New version updated in toml file
Creating virtualenv artserver in /localdisk/ashahba/source_code/kserve/python/artexplainer/.venv
Resolving dependencies... (2.5s)
moving into folder ./sklearnserver
poetry-version-plugin: New package version is updated from given file version is: 0.15.0
poetry-version-plugin: New version updated in toml file
Creating virtualenv sklearnserver in /localdisk/ashahba/source_code/kserve/python/sklearnserver/.venv
Resolving dependencies... (2.1s)
moving into folder ./plugin/poetry-version-plugin
-e Skipping folder ./plugin/poetry-version-plugin
moving into folder ./custom_model
poetry-version-plugin: New package version is updated from given file version is: 0.15.0
poetry-version-plugin: New version updated in toml file
Creating virtualenv custom-model in /localdisk/ashahba/source_code/kserve/python/custom_model/.venv
Resolving dependencies... (2.0s)
moving into folder ./custom_tokenizer
poetry-version-plugin: New package version is updated from given file version is: 0.15.0
poetry-version-plugin: New version updated in toml file
Creating virtualenv custom-tokenizer in /localdisk/ashahba/source_code/kserve/python/custom_tokenizer/.venv
Resolving dependencies... (0.6s)
moving into folder ./kserve
poetry-version-plugin: New package version is updated from given file version is: 0.15.0
poetry-version-plugin: New version updated in toml file
Resolving dependencies... (11.1s)
moving into folder ./test_resources/graph/error_404_isvc
poetry-version-plugin: New package version is updated from given file version is: 0.15.0
poetry-version-plugin: New version updated in toml file
Creating virtualenv error-404-isvc in /localdisk/ashahba/source_code/kserve/python/test_resources/graph/error_404_isvc/.venv
Resolving dependencies... (0.5s)
moving into folder ./test_resources/graph/success_200_isvc
poetry-version-plugin: New package version is updated from given file version is: 0.15.0
poetry-version-plugin: New version updated in toml file
Creating virtualenv success-200-isvc in /localdisk/ashahba/source_code/kserve/python/test_resources/graph/success_200_isvc/.venv
Resolving dependencies... (0.6s)
moving into folder ./huggingfaceserver
poetry-version-plugin: New package version is updated from given file version is: 0.15.0
poetry-version-plugin: New version updated in toml file
Creating virtualenv huggingfaceserver in /localdisk/ashahba/source_code/kserve/python/huggingfaceserver/.venv
Resolving dependencies... (10.6s)
moving into folder ./xgbserver
poetry-version-plugin: New package version is updated from given file version is: 0.15.0
poetry-version-plugin: New version updated in toml file
Creating virtualenv xgbserver in /localdisk/ashahba/source_code/kserve/python/xgbserver/.venv
Resolving dependencies... (2.3s)
moving into folder ./aiffairness
poetry-version-plugin: New package version is updated from given file version is: 0.15.0
poetry-version-plugin: New version updated in toml file
Creating virtualenv aifserver in /localdisk/ashahba/source_code/kserve/python/aiffairness/.venv
Resolving dependencies... (1.6s)
moving into folder ./lgbserver
poetry-version-plugin: New package version is updated from given file version is: 0.15.0
poetry-version-plugin: New version updated in toml file
Creating virtualenv lgbserver in /localdisk/ashahba/source_code/kserve/python/lgbserver/.venv
Resolving dependencies... (2.0s) and that introduced no changes: $ git status
On branch ashahba/torch-2.6.0-upgrade
nothing to commit, working tree clean But I'm not sure why this test is failing. |
from virtualenv 2.31.0, |
That sounds great @Jooho |
Signed-off-by: Abolfazl Shahbazi <12436063+ashahba@users.noreply.github.com>
Now the
|
@sivanantha321 Can you help take a look, might be related to the arm build we added back? |
Signed-off-by: Abolfazl Shahbazi <12436063+ashahba@users.noreply.github.com>
Signed-off-by: Abolfazl Shahbazi <12436063+ashahba@users.noreply.github.com>
|
Signed-off-by: Abolfazl Shahbazi <12436063+ashahba@users.noreply.github.com>
@ashahba looks like we need to increase the memory limit for ray test. |
Thanks @sivanantha321 |
Signed-off-by: Abolfazl Shahbazi <12436063+ashahba@users.noreply.github.com>
@sivanantha321 I updated memory from We can even experiment with |
I think the one failed test just needs to be re-triggered and possibly a bit flaky. |
4GB is fine. |
/lgtm |
Signed-off-by: Abolfazl Shahbazi <12436063+ashahba@users.noreply.github.com> Co-authored-by: Dan Sun <dsun20@bloomberg.net> Signed-off-by: Edgar Hernández <23639005+israel-hdez@users.noreply.github.com>
What this PR does / why we need it:
Which issue(s) this PR fixes
Fixes #4449
Type of changes
Please delete options that are not relevant.
Feature/Issue validation/testing:
I have updated poetry lock files and I'm not anticipating any test failures but I'll update here if I see anything strange.