Something went wrong in todays update.
Now, in the import I got the error:
File /usr/local/lib/python3.11/dist-packages/unsloth/kernels/cross_entropy_loss.py:449
446 function = "\n".join(function)
447 function = f"class Unsloth_LlamaForCausalLM(LlamaForCausalLM):\n"\
448 f" {function}\n"
--> 449 exec(function, globals())
450 del function, replacement, inspect, re
453 def patch_llama_for_causal_lm():
Something went wrong in todays update. Now, in the import I got the error: File /usr/local/lib/python3.11/dist-packages/unsloth/kernels/cross_entropy_loss.py:449 446 function = "\n".join(function) 447 function = f"class Unsloth_LlamaForCausalLM(LlamaForCausalLM):\n"\ 448 f" {function}\n" --> 449 exec(function, globals()) 450 del function, replacement, inspect, re 453 def patch_llama_for_causal_lm():
File:1
File:16, in Unsloth_LlamaForCausalLM()
NameError: name 'Unpack' is not defined