Skip to content

Fix broken HuggingFace revision for Wan2.1/vae tokenizer checkpoint#1

Open
jyuan-git wants to merge 1 commit into
mainfrom
fix/update-wan2.1-vae-hf-revision
Open

Fix broken HuggingFace revision for Wan2.1/vae tokenizer checkpoint#1
jyuan-git wants to merge 1 commit into
mainfrom
fix/update-wan2.1-vae-hf-revision

Conversation

@jyuan-git

Copy link
Copy Markdown
Owner

Summary

  • The pinned HuggingFace revision 6787e176 for the Wan2.1/vae tokenizer checkpoint no longer exists in the nvidia/Cosmos-Predict2.5-2B repo (returns 404), likely due to an upstream force-push.
  • Updated to the current valid HEAD revision f176dc95 where tokenizer.pth is available.
  • Without this fix, inference fails on any machine that doesn't have the file cached locally.

Test plan

  • Verified old revision 6787e176 returns HTTP 404
  • Verified new revision f176dc95 returns HTTP 200 and contains tokenizer.pth
  • Ran inference successfully on remote machine with updated revision

Made with Cursor

The pinned revision 6787e176 no longer exists in the nvidia/Cosmos-Predict2.5-2B HuggingFace repo (returns 404), likely due to an upstream force-push. Update to the current valid HEAD revision f176dc95 where tokenizer.pth is available.
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.

1 participant