Skip to content

Commit 41fa9f9

Browse files
committed
typo lol
1 parent c9b1ffe commit 41fa9f9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/docker-build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,9 +96,9 @@ jobs:
9696
matrix:
9797
# adding dome more images as Thunder mainly using python 3.10,
9898
# and we need to support integrations as for example LitGPT
99-
python-version: ["3.10"]
100-
pytorch-version: ["2.3.1", "2.4.1", "2.5.1", "2.6.0", "2.7.0"]
101-
cuda-version: ["12.4.1"]
99+
python_version: ["3.10"]
100+
pytorch_version: ["2.3.1", "2.4.1", "2.5.1", "2.6.0", "2.7.0"]
101+
cuda_version: ["12.4.1"]
102102
include:
103103
# These are the base images for PL release docker images.
104104
# Make sure the matrix here matches the one above.

0 commit comments

Comments
 (0)