From df981da9247694cc8eee1fa9a142691b6760f658 Mon Sep 17 00:00:00 2001 From: NanoCode012 Date: Mon, 2 Jun 2025 14:53:44 -0700 Subject: [PATCH] feat(modal): update docker tag to use torch2.6 from torch2.5 --- src/axolotl/cli/cloud/modal_.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/axolotl/cli/cloud/modal_.py b/src/axolotl/cli/cloud/modal_.py index ef59ed3d41..83cdd7b721 100644 --- a/src/axolotl/cli/cloud/modal_.py +++ b/src/axolotl/cli/cloud/modal_.py @@ -82,7 +82,7 @@ def get_env(self): 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}"