Update import_fixes.py
This commit is contained in:
parent
50a7772409
commit
93b0d64060
1 changed files with 1 additions and 0 deletions
|
|
@ -19,6 +19,7 @@ from importlib.metadata import version as importlib_version
|
|||
from packaging.version import Version as TrueVersion
|
||||
import re
|
||||
import logging
|
||||
import textwrap
|
||||
|
||||
# We cannot do from unsloth_zoo.log import logger since FBGEMM might cause seg faults.
|
||||
UNSLOTH_ENABLE_LOGGING = os.environ.get("UNSLOTH_ENABLE_LOGGING", "0") in ("1", "True", "true",)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue