#Tiny Llama notebook error at `from unsloth import FastLanguageModel`

5 messages · Page 1 of 1 (latest)

manic garden
#

https://colab.research.google.com/drive/1AZghoNBQaMDgWJpi4RbffGM1h6raLUj9?usp=sharing#scrollTo=2eSvM9zX_2d3

Here is the error trace
'''
/usr/local/lib/python3.10/dist-packages/transformers/utils/generic.py:319: UserWarning: torch.utils._pytree._register_pytree_node is deprecated. Please use torch.utils._pytree.register_pytree_node instead.
_torch_pytree._register_pytree_node(

ImportError Traceback (most recent call last)
/usr/local/lib/python3.10/dist-packages/transformers/utils/import_utils.py in _get_module(self, module_name)
1389 try:
-> 1390 return importlib.import_module("." + module_name, self.name)
1391 except Exception as e:
'''

Please help 🙂

remote stone
#

Yep related to Colab - working on a fix!!!

#

Sorry on the issue!

remote stone
#

Fixed! Please reload the notebook 🙂

manic garden
#

@remote stone Man that was awesome. Never seen someone work that fast. Great great great.