[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
parent
96edc89442
commit
b2fe9f4093
1 changed files with 2 additions and 1 deletions
|
|
@ -201,7 +201,8 @@ if os.environ.get("UNSLOTH_FORCE_SINGLE_COMPILE_WORKER", "0") == "1":
|
|||
try:
|
||||
setattr(
|
||||
importlib.import_module("unsloth_zoo.temporary_patches.common"),
|
||||
"determine_compile_threads", lambda: 1,
|
||||
"determine_compile_threads",
|
||||
lambda: 1,
|
||||
)
|
||||
except Exception:
|
||||
pass
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue