-
Notifications
You must be signed in to change notification settings - Fork 58
ci: improve and simplify accelerate and transformers workloads #2064
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
base: main
Are you sure you want to change the base?
Conversation
b9d8b96
to
2aa85e8
Compare
@dvrogozh The permission issue is caused by that build used root which is why I want to clean up the workspace beforehand firstly in last my PR.
I have cleanup them manually, retrigger should be passed. |
Thank you, @mengfei25. I'll rebase and keep an eye if any other issue will appear. |
7b19aa4
to
00e6ad4
Compare
cbdea1e
to
74f23a7
Compare
* Fix torch package version checks * Use `--dist loadfile` strategy in alignment with HF practice * Group together `pip install` commands * Add missing `pciutils` to accelerate workload * Drop `apt-get` loops as runners are now isolated test accelerate and transformers only disable_build disable_ut disable_e2e disable_distributed Signed-off-by: Dmitry Rogozhkin <[email protected]>
Signed-off-by: Dmitry Rogozhkin <[email protected]>
Signed-off-by: Dmitry Rogozhkin <[email protected]>
Signed-off-by: Dmitry Rogozhkin <[email protected]>
Signed-off-by: Dmitry Rogozhkin <[email protected]>
Signed-off-by: Dmitry Rogozhkin <[email protected]>
Signed-off-by: Dmitry Rogozhkin <[email protected]>
apt-get
loops as runners are now isolatedpciutils
to accelerate workloaduv
to install the stack (it's faster)pip install
commands--exclude-newer
)test accelerate and transformers only
disable_build
disable_ut
disable_e2e
disable_distributed