CreitinGameplays commited on
Commit
6833b1b
·
verified ·
1 Parent(s): 70a11e3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -66,8 +66,8 @@ llm = Llama.from_pretrained(
66
  verbose=False,
67
  n_gpu_layers=0, # CPU-only; increase if using GPU
68
  n_batch=512,
69
- n_ctx=131072,
70
- n_ctx_per_seq=131072,
71
  f16_kv=True
72
  )
73
 
 
66
  verbose=False,
67
  n_gpu_layers=0, # CPU-only; increase if using GPU
68
  n_batch=512,
69
+ n_ctx=8192,
70
+ n_ctx_per_seq=8192,
71
  f16_kv=True
72
  )
73