Skip to content

Commit

Permalink
Bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhanchen committed Dec 20, 2024
1 parent ae3b6c7 commit 79db713
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion unsloth/models/_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = "2024.12.7"
__version__ = "2024.12.8"

__all__ = [
"prepare_model_for_kbit_training",
Expand Down
1 change: 0 additions & 1 deletion unsloth/models/vision.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
from transformers import set_seed as transformers_set_seed
from unsloth_zoo.peft_utils import (
get_peft_regex,
merge_and_overwrite_lora,
SKIP_QUANTIZATION_MODULES,
)
from triton import __version__ as triton_version
Expand Down

0 comments on commit 79db713

Please sign in to comment.