Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add genmo mochi example #947

Merged
merged 8 commits into from
Oct 24, 2024
Merged

add genmo mochi example #947

merged 8 commits into from
Oct 24, 2024

Conversation

charlesfrye
Copy link
Collaborator

@charlesfrye charlesfrye commented Oct 23, 2024

Adds serving for Genmo's new Mochi video generation model.

Here's a short clip of what Moshi thinks our logo looks like:

modal-logo-kinda.mp4

Type of Change

  • New example
  • Example updates (Bug fixes, new features, etc.)
  • Other (changes to the codebase, but not to examples)

Checklist

  • Example is testable in synthetic monitoring system, or lambda-test: false is added to example frontmatter (---)
    • Example is tested by executing with modal run or an alternative cmd is provided in the example frontmatter (e.g. cmd: ["modal", "deploy"])
    • Example is tested by running with no arguments or the args are provided in the example frontmatter (e.g. args: ["--prompt", "Formula for room temperature superconductor:"]
  • Example is documented with comments throughout, in a Literate Programming style.
  • Example does not require third-party dependencies to be installed locally
  • Example pins its dependencies
    • Example pins container images to a stable tag, not a dynamic tag like latest
    • Example specifies a python_version for the base image, if it is used
    • Example pins all dependencies to at least minor version, ~=x.y.z or ==x.y
    • Example dependencies with version < 1 are pinned to patch version, ==0.y.z

@charlesfrye
Copy link
Collaborator Author

🚀 The docs preview is ready! Check it out here: https://modal-labs-examples--frontend-preview-92508ad.modal.run

@charlesfrye
Copy link
Collaborator Author

🚀 The docs preview is ready! Check it out here: https://modal-labs-examples--frontend-preview-e6e99a5.modal.run

@charlesfrye
Copy link
Collaborator Author

🚀 The docs preview is ready! Check it out here: https://modal-labs-examples--frontend-preview-336e975.modal.run

@charlesfrye charlesfrye merged commit e919bf8 into main Oct 24, 2024
6 of 7 checks passed
@charlesfrye charlesfrye deleted the erikd/genmo-mochi branch October 24, 2024 00:02
@charlesfrye
Copy link
Collaborator Author

🚀 The docs preview is ready! Check it out here: https://modal-labs-examples--frontend-preview-39634e4.modal.run

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants