ujwal55 commited on
Commit
d72a49d
·
verified ·
1 Parent(s): 0ce2cdb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -62,7 +62,8 @@ if article_file and synopsis_file:
62
  # LLM feedback
63
  try:
64
  llm = Llama(
65
- model_path="./gemma-3-4b-it-qat-q4_0/gemma-3-4b-it-q4_0.gguf"
 
66
  )
67
 
68
  prompt = (
 
62
  # LLM feedback
63
  try:
64
  llm = Llama(
65
+ model_path="./gemma-3-4b-it-qat-q4_0/gemma-3-4b-it-q4_0.gguf",
66
+ n_ctx=131072
67
  )
68
 
69
  prompt = (