Name Error Bug Fix - import from packaging.version import Version (#1468)
This commit is contained in:
parent
f0ecc48c70
commit
d91ec7ee39
1 changed files with 1 additions and 0 deletions
|
|
@ -12,6 +12,7 @@
|
|||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
from packaging.version import Version
|
||||
from bitsandbytes.nn import Linear4bit as Bnb_Linear4bit
|
||||
from peft.tuners.lora import Linear4bit as Peft_Linear4bit
|
||||
from peft.tuners.lora import Linear as Peft_Linear
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue