Add printoptions (#3333)
This commit is contained in:
@@ -12,6 +12,7 @@
|
||||
#include <nanobind/typing.h>
|
||||
|
||||
#include "mlx/backend/metal/metal.h"
|
||||
#include "mlx/utils.h"
|
||||
#include "python/src/buffer.h"
|
||||
#include "python/src/convert.h"
|
||||
#include "python/src/indexing.h"
|
||||
@@ -97,9 +98,6 @@ class ArrayPythonIterator {
|
||||
};
|
||||
|
||||
void init_array(nb::module_& m) {
|
||||
// Set Python print formatting options
|
||||
mx::get_global_formatter().capitalize_bool = true;
|
||||
|
||||
// Types
|
||||
nb::class_<mx::Dtype>(
|
||||
m,
|
||||
|
||||
Reference in New Issue
Block a user