Releases: pytorch/test-infra
Releases · pytorch/test-infra
v20240618-084408
Adds kernel-modules-extra and fixes nvida yum repo url for amazon lin…
v20240611-143537
Don't run post-install script for windows runners (#5318)
v20240610-185804
Merge branch 'main' of https://github.com/pytorch/test-infra
v20240607-192321
Adds support for newer Amazon Linux 2023 (#5311)
v20240530-132317
Autoscale webhook lambda: accepts environments ending with `-c` as ca…
v20240529-105733
Add torchao_nightly to s3_update script (#5273)
v20240527-125014
HOTFIX: add --openssl-legacy-provider for yarn build
v20240522-180622
[HUD] Add PR title to the page title (#5237) Tried using `useEffect(()=> { document.title = "..."; }, []};` trick initially, but this does not seem to work reliable, so end up adding `DynamicTitle` component that defines a context(thank you ChatGPT for the hint on how to read React docs), and define `useSetTitle(title:string)` hook to update page title from the components Also make title of top level HUD pages smaller
v20240522-123555
Update cuda driver to NVIDIA-Linux-x86_64-550.54.15 (#5243) Fixes: https://github.com/pytorch/test-infra/issues/5191
v20240522-102128
Remove sts:AssumeRole for arn:aws:iam::391835788720:root on *-github-…