Skip to content

Commit 959f789

Browse files
committed
removed trailing whitespaces
1 parent 2e324f6 commit 959f789

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

examples/qlora_training/check_lora_norms.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,10 @@ def read_gguf(path):
4242
pos = f.tell()
4343
align = 32
4444
data_start = (pos + align - 1) & ~(align - 1)
45-
45+
4646
print(f"\nFile: {path}")
4747
print(f"Tensors: {n_tensors}")
48-
48+
4949
for name, dims, dtype, offset in tensors[:10]: # first 10
5050
if dtype != 0: # only F32 (type 0)
5151
print(f" {name}: dims={dims} type={dtype} (non-F32, skipping norm)")

0 commit comments

Comments
 (0)