Skip to content

Conversation

@danielhanchen
Copy link
Contributor

@danielhanchen danielhanchen commented Mar 26, 2025

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 Small 3.1 Data Collator not working

danielhanchen and others added 29 commits March 21, 2025 17:24
This commit fixes a NameError that occurs when `importlib` is referenced in _utils.py
without being imported, especially when UNSLOTH_USE_MODELSCOPE=1 is enabled.
By adding the missing import statement, the code will no longer throw a NameError.
* add reference and unsloth lora merging tests

* add test / dataset printing to test scripts

* allow running tests from repo root

* add qlora test readme

* more readme edits

* ruff formatting

* additional readme comments

* forgot to add actual tests

* add apache license
@danielhanchen danielhanchen merged commit 158b25c 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.