Skip to content

Releases: pytorch/test-infra

v20240618-084408

18 Jun 08:45
f25e921
Compare
Choose a tag to compare
Adds kernel-modules-extra and fixes nvida yum repo url for amazon lin…

v20240611-143537

11 Jun 14:36
7c37d32
Compare
Choose a tag to compare
Don't run post-install script for windows runners (#5318)

v20240610-185804

10 Jun 18:59
Compare
Choose a tag to compare
Merge branch 'main' of https://github.com/pytorch/test-infra

v20240607-192321

07 Jun 19:24
f24b128
Compare
Choose a tag to compare
Adds support for newer Amazon Linux 2023 (#5311)

v20240530-132317

30 May 13:24
5355073
Compare
Choose a tag to compare
Autoscale webhook lambda: accepts environments ending with `-c` as ca…

v20240529-105733

29 May 10:58
47d4203
Compare
Choose a tag to compare
Add torchao_nightly to s3_update script (#5273)

v20240527-125014

27 May 12:51
Compare
Choose a tag to compare
HOTFIX: add --openssl-legacy-provider for yarn build

v20240522-180622

22 May 18:07
a655d2b
Compare
Choose a tag to compare
[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

22 May 12:37
625f52f
Compare
Choose a tag to compare
Update cuda driver to NVIDIA-Linux-x86_64-550.54.15 (#5243)

Fixes: https://github.com/pytorch/test-infra/issues/5191

v20240522-102128

22 May 10:22
c05ab45
Compare
Choose a tag to compare
Remove sts:AssumeRole for arn:aws:iam::391835788720:root on *-github-…