From 333254160f6e893d1ca80d71710a42cf09bc046c Mon Sep 17 00:00:00 2001 From: Charles Frye Date: Fri, 17 Jan 2025 06:06:12 +0000 Subject: [PATCH] you dropped this, king: . --- 06_gpu_and_ml/text-to-audio/musicgen.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/06_gpu_and_ml/text-to-audio/musicgen.py b/06_gpu_and_ml/text-to-audio/musicgen.py index 5c978a56e..c46ee1671 100644 --- a/06_gpu_and_ml/text-to-audio/musicgen.py +++ b/06_gpu_and_ml/text-to-audio/musicgen.py @@ -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.