[go: nahoru, domu]

Skip to content

Commit

Permalink
fix: Context size of Llama 2 7B is 2K
Browse files Browse the repository at this point in the history
  • Loading branch information
9876691 committed Nov 13, 2023
1 parent 4705cf4 commit 8781032
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ VALUES(
'LLM',
'http://llm-api:3000/v1',
7,
4096
2048
);

-- migrate:down
Expand Down

0 comments on commit 8781032

Please sign in to comment.