Skip to content

Commit

Permalink
you dropped this, king: .
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesfrye committed Jan 17, 2025
1 parent 82e03fa commit 3332541
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 06_gpu_and_ml/text-to-audio/musicgen.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ def load_model(and_return=False):

# There are also a few bits to make this work well with Modal:

# - We make an [App](https://modal.com/docs/guide/apps) to organize our deployment
# - We make an [App](https://modal.com/docs/guide/apps) to organize our deployment.
# - We load the model at start, instead of during inference, with `modal.enter`,
# which requires that we use a Modal [`Cls`](https://modal.com/docs/guide/lifecycle-functions)
# - In the `app.cls` decorator, we specify the Image we built and attach the Volume.
Expand Down

0 comments on commit 3332541

Please sign in to comment.