mirror of
				https://github.com/ml-explore/mlx.git
				synced 2025-10-31 16:21:27 +08:00 
			
		
		
		
	 40c62c1321
			
		
	
	40c62c1321
	
	
	
		
			
			* use int64 stride everywhere * fix ext * fix ext * more shape + cleanup * one more * few more
Build
pip install -e .
For faster builds during development, you can also pre-install the requirements:
pip install -r requirements.txt
And then run:
python setup.py build_ext -j8 --inplace
Test
python test.py