Skip to content

Commit 43a6ed0

Browse files
authored
build: Upgrade to unsloth 2026.3.3 (#604)
1 parent 0a65a60 commit 43a6ed0

3 files changed

Lines changed: 11 additions & 11 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ backend = [
2222
"peft>=0.14.0",
2323
"hf-xet>=1.1.0",
2424
"bitsandbytes>=0.45.2",
25-
"unsloth==2025.12.9",
26-
"unsloth-zoo==2025.12.7",
25+
"unsloth==2026.3.3",
26+
"unsloth-zoo==2026.3.1",
2727
"torch>=2.8.0",
2828
"torchao==0.15.0",
2929
"accelerate==1.7.0",

src/art/dev/get_model_config.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ def get_model_config(
6060
adam_beta2=0.99,
6161
disable_tqdm=True,
6262
gradient_accumulation_steps=1,
63+
gradient_checkpointing=True,
6364
learning_rate=5e-6,
6465
logging_steps=1,
6566
lr_scheduler_type="constant",

uv.lock

Lines changed: 8 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)