Thanks to visit codestin.com Credit goes to github.com
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 e94a2a1 commit aeb38c6Copy full SHA for aeb38c6
src/test/java/de/kherud/llama/LlamaModelIT.java
@@ -13,7 +13,7 @@ public class LlamaModelIT {
13
private static final String prefix = "def remove_non_ascii(s: str) -> str:\n \"\"\" ";
14
private static final String suffix = "\n return result\n";
15
private static String logOutput = "";
16
- private static final int nPredict = 11;
+ private static final int nPredict = 10;
17
18
private static LlamaModel model;
19
0 commit comments