File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -446,7 +446,7 @@ PyClient::CompileIfrtProgram(
446446 }
447447 }
448448
449- std::unique_ptr< ifrt::LoadedExecutable> ifrt_loaded_executable;
449+ ifrt::LoadedExecutableRef ifrt_loaded_executable;
450450 std::optional<std::string> fingerprint;
451451 {
452452 nb::gil_scoped_release gil_release;
@@ -529,7 +529,7 @@ PyClient::DeserializeExecutable(nb_class_ptr<PyClient> client,
529529 ifrt::DeviceListRef executable_devices,
530530 std::optional<CompileOptions> options,
531531 std::vector<nb::capsule> host_callbacks) {
532- std::unique_ptr< ifrt::LoadedExecutable> ifrt_loaded_executable;
532+ ifrt::LoadedExecutableRef ifrt_loaded_executable;
533533 std::optional<std::string> fingerprint;
534534 auto ifrt_deserialize_options = MakeIfrtDeserializeExecutableOptions (
535535 std::move (options), std::move (executable_devices),
You can’t perform that action at this time.
0 commit comments