AttributeError: 'NoneType' object has no attribute 'store_cubin'

#1
by NeelM0906 - opened

Hi! Was running a few test and came across this error during generation:
'''
AttributeError: 'NoneType' object has no attribute 'store_cubin'
'''

Following solved the issue:

"""
!pip install --upgrade torch
!pip install --upgrade unsloth
"""

Hey,

I have no experience with fine-tuning, training before. Thank you so much for the advice

NeelM0906 changed discussion status to closed
NeelM0906 changed discussion status to open
NeelM0906 changed discussion status to closed
Unsloth AI org

Hi! Was running a few test and came across this error during generation:
'''
AttributeError: 'NoneType' object has no attribute 'store_cubin'
'''

Following solved the issue:

"""
!pip install --upgrade torch
!pip install --upgrade unsloth
"""

Thanks a lot Neel for helping out! πŸ™

Sign up or log in to comment