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

[Moshi] disable automatic compilation #35986

Closed
wants to merge 2 commits into from

Conversation

gante
Copy link
Member

@gante gante commented Jan 31, 2025

What does this PR do?

Fixes moshi + generation, which is making our ci quite red.

#34544 expanded automatic compilation when any compileable cache is used

Moshi uses sliding window cache by default, which is a compileable cache. However, Moshi doesn't support compilation. This PR ensures all caches are tagged as non-compileable for Moshi at generation time, to prevent automatic compilation from happening.

@gante gante requested review from eustlb and ydshieh January 31, 2025 12:01
@gante
Copy link
Member Author

gante commented Jan 31, 2025

Sorry, I'm closing this -- I've found a much better solution 😅

@gante gante closed this Jan 31, 2025
@HuggingFaceDocBuilderDev

The docs for this PR live here. All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update.

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