mirror of
https://github.com/ml-explore/mlx.git
synced 2025-09-05 16:13:52 +08:00
Fix shared library not exporting symbols on Windows (#1684)
* Fix shared library not exporting symbols on Windows * Function name style
This commit is contained in:
@@ -85,7 +85,7 @@ class ArrayPythonIterator {
|
||||
|
||||
void init_array(nb::module_& m) {
|
||||
// Set Python print formatting options
|
||||
mlx::core::global_formatter.capitalize_bool = true;
|
||||
get_global_formatter().capitalize_bool = true;
|
||||
|
||||
// Types
|
||||
nb::class_<Dtype>(
|
||||
|
Reference in New Issue
Block a user