mirror of
https://github.com/ml-explore/mlx-examples.git
synced 2025-07-01 22:11:15 +08:00

* Don't serve local directory BaseHTTPRequestHandler serves the current directory by default. Definitely not intended behaviour. Remove the "do_HEAD" and "do_GET" methods. * Fix typo in method name I assume hanlde_stream was intended to be called handle_stream * Fix outdated typehint load_model returns nn.Module, however fetch_from_hub was not updated to reflect the change * Add some more type hints * Add warnings for using in prod Add a warning to README and runtime, discouraging use in production. The warning is the same as on the python docs for HTTPServer https://docs.python.org/3/library/http.server.html * format * nits --------- Co-authored-by: Awni Hannun <awni@apple.com>
16 lines
610 B
Markdown
16 lines
610 B
Markdown
# Individual Contributors
|
|
|
|
If you wish to be acknowledged for your contributions, please list your name
|
|
with a short description of your contribution(s) below. For example:
|
|
|
|
- Jane Smith: Added the `foo` example.
|
|
|
|
MLX Examples was developed with contributions from the following individuals:
|
|
|
|
- Juarez Bochi: Added support for T5 models.
|
|
- Sarthak Yadav: Added the `cifar` and `speechcommands` examples.
|
|
- Shunta Saito: Added support for PLaMo models.
|
|
- Gabrijel Boduljak: Implemented `CLIP`.
|
|
- Markus Enzweiler: Added the `cvae` examples.
|
|
- Rasmus Kinnunen: Fixed a security hole in the `llms/mlx_lm` example
|