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/load lora save lora #1805

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from
Draft
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Remove forgotten pdb
  • Loading branch information
Erland366 committed Feb 22, 2025
commit 11bab8a0f51841ad2653a02b5f7dcebc193fb850
2 changes: 0 additions & 2 deletions unsloth/models/llama.py
Original file line number Diff line number Diff line change
@@ -2087,8 +2087,6 @@ def get_peft_model(
vllm_fast_generate = model.fast_generate
vllm_fast_generate_batches = model.fast_generate_batches

import pdb; pdb.set_trace()

if modules_to_save is not None:
raise NotImplementedError("Unsloth: Currently fast inference does not work with training embeddings or lm_head.")