From 37042dd0448091d97956500f55193b5ab48a5c4f Mon Sep 17 00:00:00 2001 From: Louis Date: Tue, 14 Nov 2023 12:11:56 +0700 Subject: [PATCH] chore: add TODO --- plugins/inference-plugin/src/module.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/inference-plugin/src/module.ts b/plugins/inference-plugin/src/module.ts index c13b33c23..653c5a0ba 100644 --- a/plugins/inference-plugin/src/module.ts +++ b/plugins/inference-plugin/src/module.ts @@ -28,6 +28,7 @@ interface InitModelResponse { * @param fileName - The name of the machine learning model file. * @returns A Promise that resolves when the model is loaded successfully, or rejects with an error message if the model is not found or fails to load. * TODO: Should pass absolute of the model file instead of just the name - So we can modurize the module.ts to npm package + * TODO: Should it be startModel instead? */ function initModel(fileName: string): Promise { // 1. Check if the model file exists