Skip to content

Commit

Permalink
name Modal stub
Browse files Browse the repository at this point in the history
  • Loading branch information
bouchardi committed Mar 25, 2024
1 parent a625f4c commit c283535
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/train_modal.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from modal import Image, Mount, NetworkFileSystem, Stub, Volume

stub = Stub()
stub = Stub("isabelle.halo.gaussian_splatting")

volume_model = Volume.from_name("model_registry", create_if_missing=True)
volume_data = NetworkFileSystem.from_name("data", create_if_missing=True)
Expand Down

0 comments on commit c283535

Please sign in to comment.