You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Loading the model can be time-consuming because it may need to be downloaded from the network.
It would be beneficial to make modelOperations.loadModel public. This would allow developers to preload the model as needed, even though we can also load the model by executing modelOperations.runModel('').
Loading the model can be time-consuming because it may need to be downloaded from the network.
It would be beneficial to make
modelOperations.loadModel
public. This would allow developers to preload the model as needed, even though we can also load the model by executingmodelOperations.runModel('')
.vscode-languagedetection/lib/index.ts
Lines 152 to 170 in 100acd1
Furthermore, a new
isReady
method is very helpful for developers.By the way, this package is awesome! I deployed it in guesslang-worker and tried to use it in blocksuite and its performance was excellent.
The text was updated successfully, but these errors were encountered: