Skip to content

Add causal-forcing library#1974

Open
zhuhz22 wants to merge 1 commit intohuggingface:mainfrom
zhuhz22:patch-1
Open

Add causal-forcing library#1974
zhuhz22 wants to merge 1 commit intohuggingface:mainfrom
zhuhz22:patch-1

Conversation

@zhuhz22
Copy link

@zhuhz22 zhuhz22 commented Feb 12, 2026

Causal Forcing is an improved version of Self Forcing.

Causal Forcing is an improved version of Self Forcing.
@Wauplin
Copy link
Contributor

Wauplin commented Feb 12, 2026

Thanks for the PR! 🤗

A few things to address before we can merge:

  1. No models on Hub yet: We need at least one model with library_name: causal-forcing in its model card before merging. Currently https://huggingface.co/models?other=causal-forcing shows 0 results. You can add it to the model card metadata like this:
   library_name: causal-forcing
  1. Alphabetical order: The entry should be placed between cartesia_mlx and champ (not at the end of the file). Libraries are sorted alphabetically by key.
  2. Missing trailing comma: There's a missing , after the closing } of the entry — this will break the build.
  3. Download count rule: path_extension:"pt" will count every .pt file in a repo. Since your models seem to have multiple .pt files (ar_diffusion.pt, causal_ode.pt, causal_forcing.pt), this would over-count downloads. I'd suggest picking one specific file, e.g. path:"causal_forcing.pt", so each model download is counted once.

Happy to help if you have any questions! Let me know once there's at least one model tagged on the Hub and we'll get this merged.


This review was AI-generated and manually reviewed before posting.

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