Skip to content

Commit

Permalink
typo fix moshi -> mochi (#950)
Browse files Browse the repository at this point in the history
  • Loading branch information
erik-dunteman authored Oct 24, 2024
1 parent 2300cc1 commit 3d7aa67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 06_gpu_and_ml/text-to-video/mochi.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 3d7aa67

Please sign in to comment.