Skip to content
This repository was archived by the owner on Sep 6, 2025. It is now read-only.

Commit 7301ae2

Browse files
committed
update poetry
1 parent 9c099b3 commit 7301ae2

File tree

2 files changed

+633
-657
lines changed

2 files changed

+633
-657
lines changed

modal/shared/volumes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
from modal import Volume
44

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

88

0 commit comments

Comments
 (0)