Skip to content

Commit 0506872

Browse files
committed
speel
1 parent 8fc8151 commit 0506872

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

_doc/technical/plot_generate.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@
55
From a LLM to processing a prompt
66
=================================
77
8-
Method ``generate`` generates the model answer fro a given prompt.
9-
Let's implement our own to understand better how it works.
8+
Method ``generate`` generates the model answer for a given prompt.
9+
Let's implement our own to understand better how it works and
10+
then apply it to an ONNX model.
1011
1112
Example with Phi 1.5
1213
====================

0 commit comments

Comments
 (0)