yuji96
yuji96
I faced the same error in the cuda 11.x environment and could resolve it with `pip install triton==2.1.0`. it's easier than the source build so I think it's a good...
I could solve it by adding this setting. I hope this will help.
I face the same issue many times. Not only when using the transformers' tokenizer, but also when applying nltk's [pos_tag](https://www.nltk.org/api/nltk.tag.pos_tag.html) to the entire English Wikipedia. So I suspect the cause...
Thank you for your advice! I added `multiprocess.set_start_method("forkserver")` but the result seemed to be the same. In my case, it may be due to the very simple fact that about...