Files
mlx/mlx/version.cpp
Cheng a44b27f5f8 Fix a few ccache cache miss (#2573)
* Fix ccache cache miss

* Do not define _VERSION_ in python bindings
2025-09-09 07:41:05 +09:00

10 lines
130 B
C++

// Copyright © 2025 Apple Inc.
namespace mlx::core {
const char* version() {
return MLX_VERSION;
}
} // namespace mlx::core