generatebio / chroma

A generative model for programmable protein design
Apache License 2.0
700 stars 90 forks source link

Update requirements.txt (loosen transformers library version) #59

Open AhmedTammaa opened 3 weeks ago

AhmedTammaa commented 3 weeks ago

I had trouble installing the library because the requirements strict transformers==4.24.0

I tried to deliberately update my transformers library to version 4.46.1 and Chroma functioned normally in my case.

AhmedTammaa commented 3 weeks ago

@wujiewang would you have a look at that, please?