srijaydeshpande commited on
Commit
40b59dc
·
verified ·
1 Parent(s): ccab10d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -98,7 +98,7 @@ def pdf_to_text(files, output_folder, prompt, maxtokens=600, temperature=1.2, to
98
  return anonymized_text
99
 
100
 
101
- model_id = "Meta-Llama-3-8B-Instruct.Q5_K_M.gguf"
102
  model = Llama(model_path=model_id, n_ctx=2048, n_threads=8, n_gpu_layers=81, n_batch=64)
103
 
104
  css = ".gradio-container {background: 'logo.png'}"
 
98
  return anonymized_text
99
 
100
 
101
+ model_id = "Meta-Llama-3-8B-Instruct.Q8_0.gguf"
102
  model = Llama(model_path=model_id, n_ctx=2048, n_threads=8, n_gpu_layers=81, n_batch=64)
103
 
104
  css = ".gradio-container {background: 'logo.png'}"