We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd5bf18 commit b152aaeCopy full SHA for b152aae
1 file changed
backends/cuda/runtime/cuda_backend.cpp
@@ -382,7 +382,9 @@ class ET_EXPERIMENTAL CudaBackend final
382
cudaDeviceSynchronize();
383
buffer_res->Free();
384
} else {
385
- ET_LOG(Info, "weights_blob '%s' not found or update fn is null",
+ ET_LOG(
386
+ Info,
387
+ "weights_blob '%s' not found or update fn is null",
388
weights_blob_key.c_str());
389
}
390
0 commit comments