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 running miniconda on my machine. The model trained fine and I entered the hugging-face token as well. However, when I tried to push to hub, it fails, and says "'charmap' codec can't decode byte 0x90 in position 641: character maps to " .
Is this an issue with my username? It contains a dash(-). I checked the run id and local directory, but they don't seem to be the issue.
Material
Trained the model locally.
Windows 11
Version 23H2 (OS Build 22631.4460)
The text was updated successfully, but these errors were encountered:
Update: The issue is due to the incorrect encoding method being used to read a file in rl\lib\pathlib.py. At line 1135, in read_text, the encoding method is set to None, when it should be "utf8". Setting encoding="utf8" will fix the push_to_hub issue. Leaving this issue open for posterity.
Describe the bug
I am running miniconda on my machine. The model trained fine and I entered the hugging-face token as well. However, when I tried to push to hub, it fails, and says "'charmap' codec can't decode byte 0x90 in position 641: character maps to " .
Is this an issue with my username? It contains a dash(-). I checked the run id and local directory, but they don't seem to be the issue.
Material
Trained the model locally.
The text was updated successfully, but these errors were encountered: