From 3d7aa67eb61b66f7a84e9617409485fd4783e050 Mon Sep 17 00:00:00 2001 From: Erik Dunteman <44653944+erik-dunteman@users.noreply.github.com> Date: Thu, 24 Oct 2024 13:58:47 -0700 Subject: [PATCH] typo fix moshi -> mochi (#950) --- 06_gpu_and_ml/text-to-video/mochi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/06_gpu_and_ml/text-to-video/mochi.py b/06_gpu_and_ml/text-to-video/mochi.py index a143afff9..d64e12950 100644 --- a/06_gpu_and_ml/text-to-video/mochi.py +++ b/06_gpu_and_ml/text-to-video/mochi.py @@ -172,7 +172,7 @@ def main( from pathlib import Path mochi = Mochi() - local_dir = Path("/tmp/moshi") + local_dir = Path("/tmp/mochi") local_dir.mkdir(exist_ok=True, parents=True) download_model.remote() remote_path = Path(