Skip to content

Commit 94d7b62

Browse files
committed
Update PreTrainedModel constructor JSDocs
1 parent 060ca3d commit 94d7b62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/models.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,7 @@ function textgenUpdatebeam(beam, newTokenId) {
402402
//////////////////////////////////////////////////
403403
// Base class
404404
/**
405-
* A base class for pre-trained models that provides the model configuration and a TensorFlow session.
405+
* A base class for pre-trained models that provides the model configuration and an ONNX session.
406406
* @extends Callable
407407
*/
408408
class PreTrainedModel extends Callable {

0 commit comments

Comments
 (0)