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