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

Fix Bugs #101

Merged
merged 729 commits into from
Mar 26, 2025
Merged

Fix Bugs #101

merged 729 commits into from
Mar 26, 2025

Conversation

danielhanchen
Copy link
Contributor

Solves:

  1. Gemma vision requires grad failed
  2. Pixtral & Mistral3 SDPA does NOT work
  3. Qwen Vision inference gibberish
  4. finetune_vision_layers **kwargs
  5. UNSLOTH_DISABLE_AUTO_UPDATES
  6. Fix Mistral V3 Data Collator not working

rolandtannous and others added 29 commits March 24, 2025 15:39
* gemma require gradients fix

* Update peft_utils.py

---------

Co-authored-by: Daniel Han <[email protected]>
…pointing-warning

Fix gradient checkpointing warning filter implementation
Fix bugs in generate_batches.py.Original output = [] will result in duplication of results.
* Support Iterable Datasets

* Update dataset_utils.py

* Update dataset_utils.py

* Update dataset_utils.py

* Update dataset_utils.py

* Preserve batch size from iterable dataset

* Preserve batch size from iterable dataset

* Support train_on_response_only with IterableDataset

* Support train_on_response_only with IterableDataset

* Support train_on_response_only with IterableDataset

* Support train_on_response_only with IterableDataset
@danielhanchen danielhanchen merged commit 4a66f8b into main Mar 26, 2025
2 checks passed
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.

10 participants