Skip to content

chore: update mlx to 0.26.2 #253

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

chore: update mlx to 0.26.2 #253

wants to merge 2 commits into from

Conversation

xlab
Copy link

@xlab xlab commented Jul 2, 2025

  • Disable CUDA explicitly in build config
  • Config fix for backend/no_metal move to backend/metal/no_metal.cpp

xlab added 2 commits July 2, 2025 16:19
* Disable CUDA explicitly in build config
* backend/no_metal moved to backend/metal/no_metal.cpp
@davidkoski
Copy link
Collaborator

One of the export tests is failing -- I looked into it and it is a bug in the test:

--- a/Tests/MLXTests/ExportTests.swift
+++ b/Tests/MLXTests/ExportTests.swift
@@ -52,7 +52,7 @@ class ExportTests: XCTestCase {
             [arrays.dropFirst().reduce(arrays[0], +)]
         }
 
-        let x = MLXArray(1)
+        let x = MLXArray([1, 2, 3])
 
         try exportFunctions(to: url, shapeless: true, f) { export in
             try export(x)

dimensions of input did not match between save (0) and call (1)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants