Arthur

Results 795 comments of Arthur

Would love to learn about, what can I do?

Oh it ! Thanks for the pointers

Apart from the `kwargs` I think it is done! @patrickvonplaten feel free to review

Slow tests are now passing, the only issue left to attend is the memory. The slow tests need a lot of RAM, and running inference with the model should also...

As it was previously requested, you can now instantiate `JukeboxVQVAE` and `JukeboxPrior` individually. This is convenient if people only want to use the VQVAE or generate form juste the top...

Hey, there has not been any progress here! So currently this is not planned by someone on our team, so if you want to pick it up feel free to...

#1313 and https://github.com/huggingface/tokenizers/issues/1206#issuecomment-1496022146 should give some ideas.

Could you share a reproducer? If you have `os.environ["TOKENIZERS_PARALLELISM"] = "1" ` ( in python) or if you have the correct ray package for rust / depends on the tokenizer...

Hi all! This is not a `hf` bug. For any tokenizer that is in `transformers` and that you load using `AutoTokenizer.from_pretrained` you can add any token using `tokenizer.add_tokens(["token1", "token2",])` etc....