Compile docs (#653)

* compile docs

* docs nits + comments
This commit is contained in:
Awni Hannun
2024-02-08 11:21:50 -08:00
committed by GitHub
parent 7dccd42133
commit 5c03efaf29
5 changed files with 445 additions and 8 deletions

View File

@@ -1008,7 +1008,7 @@ void init_transforms(py::module_& m) {
"enable_compile",
&enable_compile,
R"pbdoc(
enable_compiler() -> None
enable_compile() -> None
Globally enable compilation. This will override the environment
variable ``MLX_DISABLE_COMPILE`` if set.