Skip to content

Commit 8526d6b

Browse files
committed
fixed comment, "classifier free" not "context free"
1 parent 80d1080 commit 8526d6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

LLama.Examples/Examples/BatchedExecutorGuidance.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ namespace LLama.Examples.Examples;
88

99
/// <summary>
1010
/// 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.
11+
/// sequence as the negative guidance ("classifier free guidance") for the other.
1212
/// </summary>
1313
public class BatchedExecutorGuidance
1414
{

0 commit comments

Comments
 (0)