From f4f3593c9b5127bf50ccb2cc7e205a3b2d419c54 Mon Sep 17 00:00:00 2001 From: Sugato Ray Date: Wed, 31 Jan 2024 00:17:38 -0500 Subject: [PATCH] Add `py.typed` to support PEP-561 (type-hinting) (#389) This adds support for type-hinting information as laid in [PEP-561](https://peps.python.org/pep-0561/). --- mlx_lm/py.typed | 1 + 1 file changed, 1 insertion(+) create mode 100644 mlx_lm/py.typed diff --git a/mlx_lm/py.typed b/mlx_lm/py.typed new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/mlx_lm/py.typed @@ -0,0 +1 @@ +