Joe Cummings
Joe Cummings
## 🐛 Bug CI tests are failing for `test_download_charngram_vectors` with this [trace](https://gist.github.com/joecummings/10244796a2ca2926b34ba1f5fd5bd7cb) **To Reproduce** 1. Open CI and view failed tests **Environment** - PyTorch Version (e.g., 1.0): nightly - OS...
After #656 lands, users will have two packages installed in their site-packages: `recipes` and `torchtune`. `recipes` is only included so that users will have access to built-in recipes and configs....
In our current gradient accumulation test, we make the `DummyDataset` data and labels the same size, therefore we don't need to do anything fancy with computing the number of masked...
In #439, functionality was added that allowed recipes to be run in a non-torchrun context as it is not required to use torchrun when launching a recipe. This will change...
We are adding several dependencies in our codebase for external services like huggingface_hub, wandb, etc. As mentioned by @laurencer , it's important for us to keep an eye on these...
Currently, a user needs access to our Meta-enabled S3 bucket in order to run the full suite of tests. Any user who wants to contribute should be able to reason...