raannakasturi commited on
Commit
0626652
·
verified ·
1 Parent(s): 1105892

Update generate_markdown.py

Browse files
Files changed (1) hide show
  1. generate_markdown.py +1 -1
generate_markdown.py CHANGED
@@ -7,7 +7,7 @@ def load_llm_model():
7
  llm = Llama(
8
  model_path="Llama-3.2-3B-Instruct-Q8_0.gguf",
9
  # n_gpu_layers = 20, # Uncomment for GPU
10
- n_ctx=200000,
11
  n_threads=16,
12
  n_batch=512,
13
  split_mode=llama_cpp.LLAMA_SPLIT_MODE_LAYER,
 
7
  llm = Llama(
8
  model_path="Llama-3.2-3B-Instruct-Q8_0.gguf",
9
  # n_gpu_layers = 20, # Uncomment for GPU
10
+ n_ctx=50000,
11
  n_threads=16,
12
  n_batch=512,
13
  split_mode=llama_cpp.LLAMA_SPLIT_MODE_LAYER,