fix bug and remove bnb

This commit is contained in:
John Smith
2023-04-20 09:51:57 +08:00
parent 90e628121a
commit 3b18aa1cc6
3 changed files with 1 additions and 3 deletions

View File

@@ -2,7 +2,6 @@ import math
import re
import torch
import warnings
import bitsandbytes as bnb
from peft.tuners import lora
from peft.tuners.lora import is_bnb_available, Linear, Linear8bitLt, LoraLayer