Skip to content

Commit

Permalink
update poetry
Browse files Browse the repository at this point in the history
  • Loading branch information
louisgv committed Apr 4, 2024
1 parent 9c099b3 commit 7301ae2
Show file tree
Hide file tree
Showing 2 changed files with 633 additions and 657 deletions.
2 changes: 1 addition & 1 deletion modal/shared/volumes.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

from modal import Volume

models_volume = Volume.persisted("models-volume")
models_volume = Volume.from_name("models-volume", create_if_missing=True)
models_path = Path("/models")


Expand Down
Loading

0 comments on commit 7301ae2

Please sign in to comment.