EXCEEDS logo
Exceeds
Charchit Sharma

PROFILE

Charchit Sharma

Worked on the huggingface/diffusers repository to address a critical bug affecting rotary positional embeddings in Wan and SkyReels V2 transformers. The solution involved storing t_dim, h_dim, and w_dim as instance variables within the rotary embedding classes and ensuring these dimensions were consistently used during both initialization and forward passes. This approach resolved a mismatch between initialization and computation logic, specifically addressing discrepancies in dimension splitting. By aligning split_sizes with actual embedding dimensions, the fix reduced runtime errors and improved model reproducibility. The work was implemented in Python using PyTorch and Transformers, with additional focus on maintainability and documentation improvements.

Overall Statistics

Feature vs Bugs

0%Features

Repository Contributions

1Total
Bugs
1
Commits
1
Features
0
Lines of code
21
Activity Months1

Work History

November 2025

1 Commits

Nov 1, 2025

In November 2025, delivered a critical correctness fix for rotary positional embeddings in huggingface/diffusers, ensuring dimensional consistency across Wan and SkyReels V2 transformers. The fix stores t_dim, h_dim, and w_dim as instance variables in the relevant rotary embedding classes, and uses these stored dimensions in forward, aligning with initialization logic. This resolved a dimensional mismatch between init (using // 6) and forward (using // 3), and ensured split_sizes matched the actual embedding dimensions. The change reduces runtime errors in model initialization and inference, improves reproducibility, and supports stable usage across Wan and SkyReels V2 deployments. Collaboration with Charchit Sharma; quality improvements and documentation were included.

Activity

Loading activity data...

Quality Metrics

Correctness100.0%
Maintainability80.0%
Architecture80.0%
Performance80.0%
AI Usage40.0%

Skills & Technologies

Programming Languages

Python

Technical Skills

Deep LearningMachine LearningPyTorchTransformers

Repositories Contributed To

1 repo

Overview of all repositories you've contributed to across your timeline

huggingface/diffusers

Nov 2025 Nov 2025
1 Month active

Languages Used

Python

Technical Skills

Deep LearningMachine LearningPyTorchTransformers