Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -22,7 +22,7 @@ def set_custom_prompt():
|
|
22 |
|
23 |
def load_model():
|
24 |
llm=CTransformers(
|
25 |
-
model='TheBloke/CodeLlama-7B-Instruct-GGML
|
26 |
model_type='llama',
|
27 |
max_new_tokens=1096,
|
28 |
temperature=0.2,
|
|
|
22 |
|
23 |
def load_model():
|
24 |
llm=CTransformers(
|
25 |
+
model='TheBloke/CodeLlama-7B-Instruct-GGML',
|
26 |
model_type='llama',
|
27 |
max_new_tokens=1096,
|
28 |
temperature=0.2,
|