mirror of
				https://github.com/ml-explore/mlx.git
				synced 2025-10-31 07:58:14 +08:00 
			
		
		
		
	Add isort pre-commit and run (#68)
This commit is contained in:
		| @@ -1,8 +1,9 @@ | ||||
| # Copyright © 2023 Apple Inc. | ||||
|  | ||||
| import mlx.core as mx | ||||
| import time | ||||
|  | ||||
| import mlx.core as mx | ||||
|  | ||||
| num_features = 100 | ||||
| num_examples = 1_000 | ||||
| num_iters = 10_000 | ||||
|   | ||||
| @@ -1,8 +1,9 @@ | ||||
| # Copyright © 2023 Apple Inc. | ||||
|  | ||||
| import mlx.core as mx | ||||
| import time | ||||
|  | ||||
| import mlx.core as mx | ||||
|  | ||||
| num_features = 100 | ||||
| num_examples = 1_000 | ||||
| num_iters = 10_000 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Zach Schillaci
					Zach Schillaci