MLX LM type stubs

This commit is contained in:
rltakashige
2025-11-06 13:59:29 -08:00
committed by GitHub
parent 19e90572e6
commit ff00b165c5
45 changed files with 1417 additions and 24 deletions

View File

@@ -1,5 +1,5 @@
fmt:
uv run ruff format src typings
uv run ruff format src .mlx_typings
lint:
uv run ruff check --fix src