mlx/mlx/version.cpp

12 lines
149 B
C++

// Copyright © 2025 Apple Inc.
#include <string>
namespace mlx::core {
std::string version() {
return MLX_VERSION;
}
} // namespace mlx::core