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 80d1080 commit 8526d6bCopy full SHA for 8526d6b
LLama.Examples/Examples/BatchedExecutorGuidance.cs
@@ -8,7 +8,7 @@ namespace LLama.Examples.Examples;
8
9
/// <summary>
10
/// This demonstrates using a batch to generate two sequences and then using one
11
-/// sequence as the negative guidance ("context free guidance") for the other.
+/// sequence as the negative guidance ("classifier free guidance") for the other.
12
/// </summary>
13
public class BatchedExecutorGuidance
14
{
0 commit comments