Skip to content

Commit

Permalink
import sort
Browse files Browse the repository at this point in the history
  • Loading branch information
thundergolfer committed Aug 2, 2023
1 parent 5ed0796 commit 1002ac7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 06_gpu_and_ml/dreambooth/dreambooth_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@
Image,
Mount,
Secret,
Volume,
Stub,
Volume,
asgi_app,
method,
)
Expand Down
2 changes: 1 addition & 1 deletion 06_gpu_and_ml/flan_t5/flan_t5_finetune.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

from pathlib import Path

from modal import Image, Volume, Stub, method, wsgi_app
from modal import Image, Stub, Volume, method, wsgi_app

VOL_MOUNT_PATH = Path("/vol")

Expand Down

0 comments on commit 1002ac7

Please sign in to comment.