Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ml-explore/mlx-data
/ aws_get_version
Function
aws_get_version
mlx/data/core/Version.cpp:220–226 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
218
#endif
219
}
220
std::string aws_get_version() {
221
#if MLX_HAS_AWS
222
return std::string(Aws::Version::GetVersionString());
223
#else
224
return {};
225
#endif
226
}
227
} // namespace
228
229
#define MLX_DATA_VERSION_STRINGIFY_(x) #x
Callers
1
libs_version
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected