userlocallm commited on
Commit
102407b
·
verified ·
1 Parent(s): 793aa71

Upload main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -53,7 +53,7 @@ def main():
53
  # Load the model
54
  llm = Llama(
55
  model_path=model_path,
56
- n_ctx=5072, # Set the maximum context length
57
  max_tokens=max_tokens # Control the maximum number of tokens generated in the response
58
  )
59
 
 
53
  # Load the model
54
  llm = Llama(
55
  model_path=model_path,
56
+ n_ctx=572, # Set the maximum context length
57
  max_tokens=max_tokens # Control the maximum number of tokens generated in the response
58
  )
59