Closed davidkyle closed 5 months ago
As reported in #696 serverless clusters always return version 8.11.0 which makes the model upload script think that it does not support the upgraded version of PyTorch. The fix is to check for build_flavor == serverless
8.11.0
build_flavor == serverless
Closes #696
As reported in #696 serverless clusters always return version
8.11.0
which makes the model upload script think that it does not support the upgraded version of PyTorch. The fix is to check forbuild_flavor == serverless
Closes #696