Spaces:
Sleeping
Sleeping
srijaydeshpande
commited on
Update app.py
Browse files
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.
|
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'}"
|