You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GoLLIE/src/model/patch_models/modeling_flash_llama.py", line 178, in _update_cos_sin_cache
or self._cos_cached.device != device
AttributeError: 'NoneType' object has no attribute 'device'
I tried to finetune GoLLIE-7b on crossner-ai.
I only trimmed the yaml to below:
I got this error:
GoLLIE/src/model/patch_models/modeling_flash_llama.py
Lines 164 to 181 in ca0edff
I checked the code, and the self._cos_cached is indeed None in the init ...
The text was updated successfully, but these errors were encountered: