Skip to content

Commit 08faa69

Browse files
authored
Merge pull request #76 from ausimian/docs/acknowledgements
Add Acknowledgements section to README
2 parents 1fc7e15 + 7219b0d commit 08faa69

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -370,6 +370,22 @@ layer, `Emily.Backend` in non-defn mode at the Compiler layer, and
370370
HuggingFace Transformers reference slices end-to-end. A bug can only
371371
be introduced in the layer where its test fails.
372372

373+
## Acknowledgements
374+
375+
Emily stands on the shoulders of two projects without which it would not exist:
376+
377+
- **[MLX](https://github.com/ml-explore/mlx)** — Apple's array framework for
378+
Apple Silicon, developed by the MLX team at Apple. Emily is a thin Elixir
379+
layer over MLX's C++ API; every tensor op ultimately runs through MLX.
380+
- **[EMLX](https://github.com/elixir-nx/emlx)** — the original Elixir-Nx
381+
MLX backend by [Paulo Valente](https://github.com/polvalente) and
382+
contributors. EMLX proved the integration shape between Nx and MLX, and
383+
Emily used it as a design reference and early ground-truth source.
384+
385+
Thanks also to [Cocoa Xu](https://github.com/cocoa-xu), whose MLX build
386+
scripts and prebuilt-binary tooling underpin much of the macOS NIF supply
387+
chain in the Elixir ML ecosystem.
388+
373389
## License
374390

375391
MIT

0 commit comments

Comments
 (0)