catalyst-team / catalyst

Accelerated deep learning R&D
https://catalyst-team.com
Apache License 2.0
3.3k stars 388 forks source link

kwarg fp16 doesn't exist anymore in Accelerate, replaced with mixed_precision #1450

Closed Philmod closed 1 year ago

Philmod commented 1 year ago

Description

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.

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.

CLAassistant commented 1 year ago

CLA assistant check
All committers have signed the CLA.

stale[bot] commented 1 year ago

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.