Added support for python copy (#335)

* Added support for python copy

* precommit changes

* removed `_compiled_call_impl` line

* added tests and suggested changes

* ACK changes
This commit is contained in:
toji
2024-01-04 10:29:40 +05:30
committed by GitHub
parent 0d31128a44
commit d2467c320d
3 changed files with 20 additions and 0 deletions

View File

@@ -7,6 +7,7 @@ with a short description of your contribution(s) below. For example:
MLX was developed with contributions from the following individuals:
- Manish Aradwad: Added support to pickle `nn.Module`.
- Nripesh Niketan: Added `softsign`, `softmax`, `hardswish`, `logsoftmax` activation functions. Added `dropout3d` ops.
- Juarez Bochi: Fixed bug in cross attention.
- Justin Deschenaux: Sine, Cosine, arange, randint, truncated normal, bernoulli, lion optimizer, Dropout2d, linear and logistic regression python example.