Matt Ritter
Matt Ritter
Thanks @ajredniwja for taking a look. I have confirmed that this only happens when `ContentLength` is specified in the params. Could you please try again with specification of the `ContentLength`?...
I found that this was fixed for me when I changed the python versions in my `requirements.txt`: ``` transformers==4.25.1 datasets==2.9.0 accelerate==0.16.0 evaluate==0.4.0 deepspeed==0.9.1 ninja rouge-score nltk py7zr ```
> Hi! I have a sequence of the following steps on my dataset: `flatmap().groupby().map_groups()`. > > I was facing the same error as above. > > When I repartitioned my...
Thanks @jjyao for your consideration. Can you say more about how I might be able to workaround this? Because of some slight changes to how I am using Ray, this...