The fp16 kwarg was replaced by mixed_precision in Accelerate.
I fixed also a side bug with a requirement format that would gives me this error when pip install:
error in catalyst setup command: 'extras_require' must be a dictionary whose values are strings or lists of strings containing valid project/version requirement specifiers.
[x] Bug fix (non-breaking change which fixes an issue)
[ ] Improvement (non-breaking change which improves an existing feature)
[ ] New feature (non-breaking change which adds functionality)
[ ] Breaking change (fix or feature that would cause existing functionality to change)
PR review
Anyone in the community is free to review the PR once the tests have passed.
If we didn't discuss your PR in Github issues there's a high chance it will not be merged.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Description
The
fp16
kwarg was replaced bymixed_precision
in Accelerate.I fixed also a side bug with a requirement format that would gives me this error when
pip install
:Related Issue
https://github.com/catalyst-team/catalyst/issues/1440
Type of Change
PR review
Anyone in the community is free to review the PR once the tests have passed. If we didn't discuss your PR in Github issues there's a high chance it will not be merged.