From 2549551da19939d2a0c9e776f28f9f5e6385e808 Mon Sep 17 00:00:00 2001 From: lugimzzz Date: Thu, 11 Apr 2024 19:44:16 +0800 Subject: [PATCH] format --- paddlenlp/peft/lora/lora_config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/paddlenlp/peft/lora/lora_config.py b/paddlenlp/peft/lora/lora_config.py index dadcacf07c54..8d58321e988b 100644 --- a/paddlenlp/peft/lora/lora_config.py +++ b/paddlenlp/peft/lora/lora_config.py @@ -13,8 +13,8 @@ # limitations under the License. import json -import os import math +import os from dataclasses import asdict, dataclass, field from typing import List, Optional, Union