MCPcopy Create free account
hub / github.com/ml-explore/mlx-data / version

Function version

mlx/data/core/Version.cpp:238–240  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

236namespace core {
237
238std::string version() {
239 return std::string(MLX_DATA_VERSION_STRINGIFY(MLX_DATA_VERSION));
240}
241
242std::unordered_map<std::string, std::string> libs_version() {
243 static std::unordered_map<std::string, std::string> libs;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected