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.
PreTrainedModel
1 parent 060ca3d commit 94d7b62Copy full SHA for 94d7b62
src/models.js
@@ -402,7 +402,7 @@ function textgenUpdatebeam(beam, newTokenId) {
402
//////////////////////////////////////////////////
403
// Base class
404
/**
405
- * A base class for pre-trained models that provides the model configuration and a TensorFlow session.
+ * A base class for pre-trained models that provides the model configuration and an ONNX session.
406
* @extends Callable
407
*/
408
class PreTrainedModel extends Callable {
0 commit comments