File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -227,7 +227,7 @@ def pytorch_training_py_version(pytorch_training_version, request):
227
227
return "py39"
228
228
elif Version (pytorch_training_version ) >= Version ("1.9" ):
229
229
return "py38"
230
- elif Version (pytorch_training_version ) >= Version ("1.5" ):
230
+ elif Version (pytorch_training_version ) >= Version ("1.5.0 " ):
231
231
return "py3"
232
232
else :
233
233
return request .param
@@ -239,7 +239,7 @@ def pytorch_inference_py_version(pytorch_inference_version, request):
239
239
return "py39"
240
240
elif Version (pytorch_inference_version ) >= Version ("1.9" ):
241
241
return "py38"
242
- elif Version (pytorch_inference_version ) >= Version ("1.5 " ):
242
+ elif Version (pytorch_inference_version ) >= Version ("1.4.0 " ):
243
243
return "py3"
244
244
else :
245
245
return request .param
You can’t perform that action at this time.
0 commit comments