Skip to content

Commit 7494056

Browse files
committed
Avoid using a nanobind fork
1 parent d9e9ea5 commit 7494056

File tree

5 files changed

+1099
-32
lines changed

5 files changed

+1099
-32
lines changed
Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
1-
[[rules]]
2-
version = '== 0.16.2'
3-
patch = 'mlx-0.16.2.patch'
4-
license = 'MIT'
1+
[[add-sources]]
2+
version = '0.16.3'
3+
url = 'https://github.com/ml-explore/mlx/archive/refs/tags/v0.16.3.tar.gz'
54

65
[[add-sources]]
76
version = '0.16.2'
87
url = 'https://github.com/ml-explore/mlx/archive/refs/tags/v0.16.2.tar.gz'
8+
9+
[[add-sources]]
10+
version = '0.16.1'
11+
url = 'https://github.com/ml-explore/mlx/archive/refs/tags/v0.16.1.tar.gz'

graalpython/lib-graalpython/patches/mlx/mlx-0.16.2.patch

Lines changed: 0 additions & 25 deletions
This file was deleted.
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[[rules]]
2+
patch = 'nanobind.patch'
3+
license = 'BSD-3-Clause'

0 commit comments

Comments
 (0)