Skip to content

Commit

Permalink
update context size for llama 3.1
Browse files Browse the repository at this point in the history
Signed-off-by: Anupam Kumar <kyteinsky@gmail.com>
  • Loading branch information
kyteinsky committed Aug 28, 2024
1 parent 712a740 commit 43e592e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions default_config/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@
"Meta-Llama-3.1-8B-Instruct-Q4_K_M": {
"prompt": "<|begin_of_text|><|start_header_id|>system<|end_header_id|>\n{system_prompt}<|eot_id|><|start_header_id|>user<|end_header_id|>\n{user_prompt}<|eot_id|>\n<|start_header_id|>assistant<|end_header_id|>\n",
"loader_config": {
"n_ctx": 128000,
"max_tokens": 60000,
"n_ctx": 16384,
"max_tokens": 8196,
"stop": ["<|eot_id|>"],
"temperature": 0.3
}
Expand Down

0 comments on commit 43e592e

Please sign in to comment.