Version bump and os error (#807)

This commit is contained in:
Awni Hannun
2024-03-07 13:57:58 -08:00
committed by GitHub
parent 74ed0974b3
commit 28301807c2
4 changed files with 12 additions and 2 deletions

View File

@@ -24,6 +24,7 @@ PYBIND11_MODULE(core, m) {
m.doc() = "mlx: A framework for machine learning on Apple silicon.";
auto reprlib_fix = py::module_::import("mlx._reprlib_fix");
py::module_::import("mlx._os_warning");
init_device(m);
init_stream(m);