Skip to content

Commit a6ff3c4

Browse files
authored
Remove python 3.12 from older torch versions (#2455)
* Torch >=2.0.0<=2.1.2 doesn’t support python 12 * This causes the base image builds to error
1 parent 8c6ee90 commit a6ff3c4

File tree

1 file changed

+15
-30
lines changed

1 file changed

+15
-30
lines changed

pkg/config/torch_compatibility_matrix.json

Lines changed: 15 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -691,8 +691,7 @@
691691
"3.8",
692692
"3.9",
693693
"3.10",
694-
"3.11",
695-
"3.12"
694+
"3.11"
696695
]
697696
},
698697
{
@@ -706,8 +705,7 @@
706705
"3.8",
707706
"3.9",
708707
"3.10",
709-
"3.11",
710-
"3.12"
708+
"3.11"
711709
]
712710
},
713711
{
@@ -721,8 +719,7 @@
721719
"3.8",
722720
"3.9",
723721
"3.10",
724-
"3.11",
725-
"3.12"
722+
"3.11"
726723
]
727724
},
728725
{
@@ -736,8 +733,7 @@
736733
"3.8",
737734
"3.9",
738735
"3.10",
739-
"3.11",
740-
"3.12"
736+
"3.11"
741737
]
742738
},
743739
{
@@ -751,8 +747,7 @@
751747
"3.8",
752748
"3.9",
753749
"3.10",
754-
"3.11",
755-
"3.12"
750+
"3.11"
756751
]
757752
},
758753
{
@@ -766,8 +761,7 @@
766761
"3.8",
767762
"3.9",
768763
"3.10",
769-
"3.11",
770-
"3.12"
764+
"3.11"
771765
]
772766
},
773767
{
@@ -781,8 +775,7 @@
781775
"3.8",
782776
"3.9",
783777
"3.10",
784-
"3.11",
785-
"3.12"
778+
"3.11"
786779
]
787780
},
788781
{
@@ -796,8 +789,7 @@
796789
"3.8",
797790
"3.9",
798791
"3.10",
799-
"3.11",
800-
"3.12"
792+
"3.11"
801793
]
802794
},
803795
{
@@ -811,8 +803,7 @@
811803
"3.8",
812804
"3.9",
813805
"3.10",
814-
"3.11",
815-
"3.12"
806+
"3.11"
816807
]
817808
},
818809
{
@@ -826,8 +817,7 @@
826817
"3.8",
827818
"3.9",
828819
"3.10",
829-
"3.11",
830-
"3.12"
820+
"3.11"
831821
]
832822
},
833823
{
@@ -841,8 +831,7 @@
841831
"3.8",
842832
"3.9",
843833
"3.10",
844-
"3.11",
845-
"3.12"
834+
"3.11"
846835
]
847836
},
848837
{
@@ -856,8 +845,7 @@
856845
"3.8",
857846
"3.9",
858847
"3.10",
859-
"3.11",
860-
"3.12"
848+
"3.11"
861849
]
862850
},
863851
{
@@ -871,8 +859,7 @@
871859
"3.8",
872860
"3.9",
873861
"3.10",
874-
"3.11",
875-
"3.12"
862+
"3.11"
876863
]
877864
},
878865
{
@@ -886,8 +873,7 @@
886873
"3.8",
887874
"3.9",
888875
"3.10",
889-
"3.11",
890-
"3.12"
876+
"3.11"
891877
]
892878
},
893879
{
@@ -901,8 +887,7 @@
901887
"3.8",
902888
"3.9",
903889
"3.10",
904-
"3.11",
905-
"3.12"
890+
"3.11"
906891
]
907892
},
908893
{

0 commit comments

Comments
 (0)