Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -23,6 +23,7 @@ model = llamacpp(
|
|
| 23 |
"cmcmaster/drug_parsing_Llama-3.2-1B-Instruct-Q5_K_S-GGUF",
|
| 24 |
"drug_parsing_llama-3.2-1b-instruct-q5_k_s.gguf",
|
| 25 |
tokenizer=llama_cpp.llama_tokenizer.LlamaHFTokenizer.from_pretrained("cmcmaster/drug_parsing_Llama-3.2-1B-Instruct")
|
|
|
|
| 26 |
|
| 27 |
sampler = samplers.greedy()
|
| 28 |
|
|
|
|
| 23 |
"cmcmaster/drug_parsing_Llama-3.2-1B-Instruct-Q5_K_S-GGUF",
|
| 24 |
"drug_parsing_llama-3.2-1b-instruct-q5_k_s.gguf",
|
| 25 |
tokenizer=llama_cpp.llama_tokenizer.LlamaHFTokenizer.from_pretrained("cmcmaster/drug_parsing_Llama-3.2-1B-Instruct")
|
| 26 |
+
)
|
| 27 |
|
| 28 |
sampler = samplers.greedy()
|
| 29 |
|