Torchtext undefined module when using gpt2bpe tokenizer #4013
Labels
bug
Something isn't working
dependency
llm
Large Language Model related
waiting for answer
Further information is requested
When trying to use the gpt2bpe tokenizer, I get an error that "module torchtext has no attribute util".
Fixed by adding
to
ludwig/utils/tokenizers.py
The text was updated successfully, but these errors were encountered: