Spaces:
Runtime error
Runtime error
Changes in app.py
Browse files
app.py
CHANGED
@@ -3,7 +3,7 @@ import time
|
|
3 |
from ctransformers import AutoModelForCausalLM
|
4 |
|
5 |
def load_llm():
|
6 |
-
llm = AutoModelForCausalLM.from_pretrained("
|
7 |
model_type='llama',
|
8 |
max_new_tokens = 1096,
|
9 |
repetition_penalty = 1.13,
|
|
|
3 |
from ctransformers import AutoModelForCausalLM
|
4 |
|
5 |
def load_llm():
|
6 |
+
llm = AutoModelForCausalLM.from_pretrained("TheBloke/CodeLlama-13B-Instruct-GGUF",
|
7 |
model_type='llama',
|
8 |
max_new_tokens = 1096,
|
9 |
repetition_penalty = 1.13,
|