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.
1 parent 8fc8151 commit 0506872Copy full SHA for 0506872
_doc/technical/plot_generate.py
@@ -5,8 +5,9 @@
5
From a LLM to processing a prompt
6
=================================
7
8
-Method ``generate`` generates the model answer fro a given prompt.
9
-Let's implement our own to understand better how it works.
+Method ``generate`` generates the model answer for a given prompt.
+Let's implement our own to understand better how it works and
10
+then apply it to an ONNX model.
11
12
Example with Phi 1.5
13
====================
0 commit comments