feat(modal): update docker tag to use torch2.6 from torch2.5 (#2749) [skip ci]

This commit is contained in:
NanoCode012
2025-06-03 14:26:07 -07:00
committed by GitHub
parent d7fa60662e
commit 4b1a29c694

View File

@@ -82,7 +82,7 @@ class ModalCloud(Cloud):
return res
def get_image(self):
docker_tag = "main-py3.11-cu124-2.5.1"
docker_tag = "main-py3.11-cu124-2.6.0"
if self.config.docker_tag:
docker_tag = self.config.docker_tag
docker_image = f"axolotlai/axolotl:{docker_tag}"