stanford-crfm / mistral

Mistral: A strong, northwesterly wind: Framework for transparent and accessible large-scale language model training, built with Hugging Face 🤗 Transformers.
Apache License 2.0
562 stars 49 forks source link

fix deepspeed on build server #158

Closed dlwh closed 2 years ago

dlwh commented 2 years ago

core issue is that i didn't notice tests/setup/ so I didn't change the pytorch version there. I removed those files and made it so there's a single setup script, plus an extra pip requirements.txt for the one thing we need.

Closes #145