mirror of
				https://github.com/ml-explore/mlx.git
				synced 2025-11-04 10:38:10 +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