Update loader.py
This commit is contained in:
parent
666cbbe697
commit
8d7251b57d
1 changed files with 1 additions and 1 deletions
|
|
@ -454,7 +454,7 @@ class FastVisionModel(FastBaseVisionModel):
|
|||
|
||||
if not was_disabled: enable_progress_bars()
|
||||
|
||||
with contextlib.redirect_stdout(open(os.devnull, "w")):
|
||||
if True: # with contextlib.redirect_stdout(open(os.devnull, "w")):
|
||||
patch_loss_functions(torch_compile = False)
|
||||
model_types = unsloth_compile_transformers(
|
||||
model_name = model_name,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue