mirror of
				https://github.com/ml-explore/mlx.git
				synced 2025-10-31 16:21:27 +08:00 
			
		
		
		
	Xcode 160 (#1384)
* xcode 16.0 with debug tests * limit nproc for builds * vmap bug * assert bug * run python tests in debug mode * fix view, bool copies preserve bits' * actual view fix
This commit is contained in:
		| @@ -74,20 +74,20 @@ Then simply build and install MLX using pip: | ||||
|  | ||||
| .. code-block:: shell | ||||
|  | ||||
|   CMAKE_BUILD_PARALLEL_LEVEL="" pip install . | ||||
|   CMAKE_BUILD_PARALLEL_LEVEL=8 pip install . | ||||
|  | ||||
| For developing, install the package with development dependencies, and use an | ||||
| editable install: | ||||
|  | ||||
| .. code-block:: shell | ||||
|  | ||||
|   CMAKE_BUILD_PARALLEL_LEVEL="" pip install -e ".[dev]" | ||||
|   CMAKE_BUILD_PARALLEL_LEVEL=8 pip install -e ".[dev]" | ||||
|  | ||||
| Once the development dependencies are installed, you can build faster with: | ||||
|  | ||||
| .. code-block:: shell | ||||
|  | ||||
|  CMAKE_BUILD_PARALLEL_LEVEL="" python setup.py build_ext -j --inplace | ||||
|  CMAKE_BUILD_PARALLEL_LEVEL=8 python setup.py build_ext --inplace | ||||
|  | ||||
| Run the tests with: | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Awni Hannun
					Awni Hannun