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
I am using the unsloth library. The last time I installed unsloth was on December 7, 2024. On the same commit, I trained a LoRA adapter, and everything worked fine.
However, my hard drive failed, and I had to reinstall all libraries. After reinstallation, the same model with the same LoRA adapter produces completely different outputs. For example, the responses are only:
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
I am using llama3.1 8b instruct in 4-bit mode. When I try to load the previously downloaded llama3.1 8b instruct model, I encounter the following error:
File "/root/miniconda/envs/unsloth_env/lib/python3.10/site-packages/bitsandbytes/utils.py", line 197, in unpack_tensor_to_dict json_str = json_bytes.decode("utf-8") UnicodeDecodeError: 'utf-8' codec can't decode byte 0xf2 in position 8: invalid continuation byte
I suspect there might be a version mismatch or corruption in the downloaded model files. Could you please help me debug this issue?
The text was updated successfully, but these errors were encountered:
I am using the unsloth library. The last time I installed unsloth was on December 7, 2024. On the same commit, I trained a LoRA adapter, and everything worked fine.
However, my hard drive failed, and I had to reinstall all libraries. After reinstallation, the same model with the same LoRA adapter produces completely different outputs. For example, the responses are only:
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
I am using llama3.1 8b instruct in 4-bit mode. When I try to load the previously downloaded llama3.1 8b instruct model, I encounter the following error:
File "/root/miniconda/envs/unsloth_env/lib/python3.10/site-packages/bitsandbytes/utils.py", line 197, in unpack_tensor_to_dict json_str = json_bytes.decode("utf-8") UnicodeDecodeError: 'utf-8' codec can't decode byte 0xf2 in position 8: invalid continuation byte
I suspect there might be a version mismatch or corruption in the downloaded model files. Could you please help me debug this issue?
The text was updated successfully, but these errors were encountered: