Files
mlx/mlx/version.cpp
2025-03-18 07:12:40 -07:00

12 lines
149 B
C++

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