mirror of
https://github.com/ml-explore/mlx.git
synced 2025-08-02 08:46:42 +08:00
parent
d1165b215e
commit
4ad53414dd
@ -4,7 +4,7 @@
|
||||
|
||||
#define MLX_VERSION_MAJOR 0
|
||||
#define MLX_VERSION_MINOR 27
|
||||
#define MLX_VERSION_PATCH 0
|
||||
#define MLX_VERSION_PATCH 1
|
||||
#define MLX_VERSION_NUMERIC \
|
||||
(100000 * MLX_VERSION_MAJOR + 1000 * MLX_VERSION_MINOR + MLX_VERSION_PATCH)
|
||||
|
||||
|
@ -5,6 +5,7 @@ auditwheel repair dist/* \
|
||||
--exclude libcublas* \
|
||||
--exclude libnvrtc* \
|
||||
--exclude libcuda* \
|
||||
--exclude libcudnn* \
|
||||
-w wheel_tmp
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user