mirror of
https://github.com/ml-explore/mlx.git
synced 2025-09-18 18:28:12 +08:00
Version bump and os error (#807)
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user