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 due to the fact that the input file is sys.stdin before tokenization. The tokenizing step can handle input from STDIN, but the fastBPE step tries to execute the following command:
If there is no tokenization with
embed.py
, running the script fails:This is due to the fact that the input file is
sys.stdin
before tokenization. The tokenizing step can handle input from STDIN, but the fastBPE step tries to execute the following command:While the general recipe is
The temporary output file
/tmp/tmpgh9sgiy_/bpe
is mistaken for the codes file, which makes this assertion fail.The text was updated successfully, but these errors were encountered: