Skip to content

Commit

Permalink
Update tests_bwd.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ByronHsu authored Dec 12, 2024
1 parent 55e3755 commit 157af71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/modal/tests_bwd.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 157af71

Please sign in to comment.