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 393bdff commit cb13e9dCopy full SHA for cb13e9d
src/backends/torch.c
@@ -78,7 +78,6 @@ int RAI_ModelRunTorch(RAI_ModelRunCtx* mctx, RAI_Error *error) {
78
for(size_t i=0 ; i<array_len(mctx->outputs) ; ++i) {
79
if (outputs[i] == NULL) {
80
RAI_SetError(error, RAI_EMODELRUN, "Model did not generate the expected number of outputs.");
81
- RedisModule_Free(error_descr);
82
return 1;
83
}
84
RAI_Tensor* output_tensor = RAI_TensorCreateFromDLTensor(outputs[i]);
0 commit comments