Closed juliensalinas closed 2 years ago
PS: I notice it's happening with any model I'm trying to convert. Not only with NLLB. So there must be something wrong with my installation maybe...
Hi,
Maybe you have directory named transformers
or Python file named transformers.py
in the current directory?
If not, can you double-check the Transformers version?
$ python3 -c "import transformers; print(transformers.__version__)"
4.21.0
You are absolutely right. Really sorry about that! Thanks a lot.
Hello @guillaumekln, thanks for adding the NLLB support.
I just tried the model conversion:
ct2-transformers-converter --model facebook/nllb-200-distilled-600M --output_dir nllb-200-distilled-600M
It returns the following:
Here are the versions I'm using:
Am I missing something obvious?
Thanks!!