chore(lora): running pre-commit hook

This commit is contained in:
Pierre-Louis Létoquart 2025-02-28 14:12:21 -05:00
parent 3ddd41e288
commit f96a25c7d8
No known key found for this signature in database
GPG Key ID: 9AEEDA027C9D7432

View File

@ -1,9 +1,9 @@
# Copyright © 2023-2024 Apple Inc.
import sys
import argparse
import json
import math
import sys
import time
from pathlib import Path
@ -15,7 +15,6 @@ import utils as lora_utils
from mlx.utils import tree_flatten
from models import LoRALinear
# Disable output buffering to see print statements in real-time
sys.stdout.reconfigure(line_buffering=True)