Logan Adams
Logan Adams
Comment in `setup.py` had incorrect environment variable name to set when building a wheel with a .dev specifier.
Following torch updating to 2.0.0, this updates the workflows that were picking up the latest to 1.13.1 to allow tests to run.
- Add a test that builds the DeepSpeed ops to confirm this feature isn't broken by future changes. - This intentionally uses a cpu runner to test building on a...
- pydantic is working on updating to a 2.0.0 that is not backwards compatible, we will need to add this, but since this will break our CI when it is...
PyDantic is preparing to update to v2 and we need to add support for their breaking changes from their [migration plan](https://github.com/pydantic/pydantic/blob/1896500fb6bc371270b94f343390e2121dc0e193/docs/migration.md).
- Switch name/description of the pre-compile-ops test to include rocm in addition to cuda. - Use a docker image from rocm that contains rocm, python, and torch.
Megatron-lm on pypi deleted all old versions, including the 1.1.5 that we used to use, though that version didn't correlate with their git tags/releases. They've re-added package 2.2.2 on the...