We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 031e5b9 commit 80013c4Copy full SHA for 80013c4
deps/ReactantExtra/API.cpp
@@ -1669,7 +1669,7 @@ extern "C" ifrt::Client *ifrt_pjrt_make_client(
1669
extern "C" ifrt::Client *ifrt_pjrt_make_client_with_default_kv_store(
1670
PjRtClient *pjrt_client, int node_id, int num_nodes,
1671
void *distributed_runtime_client, const char **error,
1672
- std::string key_prefix) {
+ const char* key_prefix) {
1673
std::optional<std::shared_ptr<KeyValueStoreInterface>> kv_store;
1674
return ifrt_pjrt_make_client(pjrt_client, node_id, num_nodes,
1675
distributed_runtime_client, error, key_prefix,
0 commit comments