diff --git a/dev/modal/tests_bwd.py b/dev/modal/tests_bwd.py index e08e735de..231c5b4d7 100644 --- a/dev/modal/tests_bwd.py +++ b/dev/modal/tests_bwd.py @@ -8,7 +8,7 @@ image = modal.Image.debian_slim(python_version=PYTHON_VERSION).pip_install("uv") -app = modal.App("liger_tests", image=image) +app = modal.App("liger_tests_bwd", image=image) # mount: add local files to the remote container repo = modal.Mount.from_local_dir(ROOT_PATH, remote_path=REMOTE_ROOT_PATH)