Skip to content

Commit 8864ee4

Browse files
committed
fix import
1 parent e347c26 commit 8864ee4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

unsloth_zoo/peft_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
import inspect
2727
import os
2828
import re
29-
from collections import OrderedDict
29+
from collections import Counter, OrderedDict
3030
from typing import Any, Callable, Dict, List, Optional, Set, Tuple, Type, TypeVar, Union
3131

3232
import torch

0 commit comments

Comments
 (0)