Jordan Berg

Results 23 comments of Jordan Berg

I ran the tests and they seemed to work fine in my Python 3.11 environment (from what i can tell, just warnings but no errors): ``` (ms2deepscore) jberg@Jordans-Laptop ms2deepscore-2.0.0 %...

I had to make some modifications to my input msp files and convert the generators to lists, but it seems to be working in my local environment. ![Screenshot 2024-06-26 at...

I got this error to go away by doing as recommended here: https://github.com/microsoft/DeepSpeed/issues/2845#issuecomment-1576127410 This upgraded deepspeed in my environment from v0.5.9 -> v0.10.3, and the related error disappeared. This is...