Skip to content

Commit 60d6b1e

Browse files
committed
Fix (batch-size) after rebase.
1 parent c600af7 commit 60d6b1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Llama3.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@ else if ("user".equals(role)) {
365365
}
366366
if (httpSession == null) {
367367
// We build a new HTTP-session.
368-
final Llama.State state = model.createNewState();
368+
final Llama.State state = model.createNewState(BATCH_SIZE);
369369
sessionKey = "SESS-" + reqCounter.get() + "-" + UUID.randomUUID().toString();
370370
exchange.getResponseHeaders().add("Set-Cookie", "LLAMA_SESS_ID=" + sessionKey);
371371

0 commit comments

Comments
 (0)