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
This is weird. I don't remember the exact version, but it should either be 31.0 or 3.11 (more probably this one). Anyway, thanks for notifying this. I will fix this
Hi, I've downloaded your code and pip installed your requirements.txt
However, when I try to run
python one_file_ref.py
, I get an error stemming from this line intokenizer.py
It seems that
model_path
has type<class 'pathlib.PosixPath'>
, whereasSentencePieceProcessor
wants a string.What version of python were you using? It seems like this is a versioning problem that we'd like to get around?
This issue may be relevant: omry/omegaconf#934
The text was updated successfully, but these errors were encountered: