From a562d753de92136a518c58098f37c9233a66c07d Mon Sep 17 00:00:00 2001 From: marauder-actual Date: Tue, 26 May 2026 12:10:30 +0200 Subject: [PATCH] =?UTF-8?q?fix:=20adamw=5F8bit=20=E2=86=92=20adamw=5Ftorch?= =?UTF-8?q?=20=E2=80=94=20bitsandbytes=20has=20no=20cu132=20binary?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- train_v4.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/train_v4.py b/train_v4.py index 9a52496..c94cb0c 100644 --- a/train_v4.py +++ b/train_v4.py @@ -151,7 +151,7 @@ trainer = SFTTrainer( save_steps=100, save_total_limit=2, warmup_ratio=WARMUP_RATIO, - optim="adamw_8bit", + optim="adamw_torch", seed=42, report_to="none", max_seq_length=MAX_SEQ,