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 68ae07c commit 22b4c75Copy full SHA for 22b4c75
LLama.Examples/Examples/BatchedExecutorMtmd.cs
@@ -19,7 +19,7 @@ public class BatchedExecutorMtmd
19
/// <summary>
20
/// Number of completion tokens to generate after sending the image prompt.
21
/// </summary>
22
- public const int TokenCount = 64;
+ public const int TokenCount = 10000;
23
24
public static async Task Run()
25
{
0 commit comments