Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
lugimzzz committed Apr 11, 2024
1 parent 0a201c6 commit 2549551
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion paddlenlp/peft/lora/lora_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 2549551

Please sign in to comment.