mirror of
https://github.com/ml-explore/mlx.git
synced 2025-10-19 08:38:09 +08:00
10 lines
130 B
C++
10 lines
130 B
C++
// Copyright © 2025 Apple Inc.
|
|
|
|
namespace mlx::core {
|
|
|
|
const char* version() {
|
|
return MLX_VERSION;
|
|
}
|
|
|
|
} // namespace mlx::core
|