ohmeow / blurr

A library that integrates huggingface transformers with the world of fastai, giving fastai devs everything they need to train, evaluate, and deploy transformer specific models.
https://ohmeow.github.io/blurr
Apache License 2.0
289 stars 34 forks source link

Update requirements.txt #93

Open codingxperience opened 1 month ago

codingxperience commented 1 month ago

Ensure compatibility with torchdata by specifying torch>=2.0 in requirements.txt. This update resolves dependency conflicts that were causing torch to be downgraded to 1.13.1.

codingxperience commented 1 month ago

This change ensures that torch>=2.0 is specified in requirements.txt, resolving conflicts with torchdata which requires torch>=2.0. This update prevents torch from being downgraded to 1.13.1 during dependency resolution.

ohmeow commented 1 month ago

Thanks. I'm so behind on keeping blurr in-line ... will find some time next week to review this and start getting the library back in business.