From 43028257df925b7216b7a553101ba0207c4bac2f Mon Sep 17 00:00:00 2001 From: Daniel Han Date: Sun, 1 Dec 2024 02:15:21 -0800 Subject: [PATCH] Update llama.py --- unsloth/models/llama.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unsloth/models/llama.py b/unsloth/models/llama.py index 43d0e9f1c7..1d413f0acc 100644 --- a/unsloth/models/llama.py +++ b/unsloth/models/llama.py @@ -1717,7 +1717,7 @@ class FastLlamaModel: f"{unsloth_2} Batch size per device = {self._train_batch_size:,} | Gradient Accumulation steps = {args.gradient_accumulation_steps}\\n"\\ f"{unsloth_3} Total batch size = {total_train_batch_size:,} | Total steps = {max_steps:,}\\n"\\ f'{unsloth_4} Number of trainable parameters = {get_model_param_count(model, trainable_only=True):,}' - logger.warning(debug_info) + print(debug_info) import subprocess, re, gc, numpy as np a = np.array([0,]) try: