| [project] | |
| name = "embedding-quant-repro" | |
| version = "1.0.0" | |
| description = "Reproduce the MLX embedding quantization sweep and ZeroGPU controls" | |
| requires-python = ">=3.11,<3.14" | |
| dependencies = [ | |
| "huggingface-hub>=1.4,<2", | |
| "numpy>=2.0,<3", | |
| ] | |
| [project.optional-dependencies] | |
| mlx = [ | |
| "mlx==0.32.0", | |
| "mlx-lm==0.31.3", | |
| ] | |
| zerogpu = [ | |
| "gradio-client>=1.13,<2", | |
| ] | |
| [tool.uv] | |
| package = false | |