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