kjcjohnson
commited on
Commit
·
2266722
1
Parent(s):
8261f3e
Use 7b
Browse files
app.py
CHANGED
@@ -2,7 +2,7 @@ import gradio as gr
|
|
2 |
import loop
|
3 |
|
4 |
# MODEL_ID = "TinyLlama/TinyLlama_v1.1_math_code"
|
5 |
-
MODEL_ID = "codellama/CodeLlama-
|
6 |
|
7 |
handler = loop.EndpointHandler(MODEL_ID)
|
8 |
|
|
|
2 |
import loop
|
3 |
|
4 |
# MODEL_ID = "TinyLlama/TinyLlama_v1.1_math_code"
|
5 |
+
MODEL_ID = "codellama/CodeLlama-7b-Instruct-hf"
|
6 |
|
7 |
handler = loop.EndpointHandler(MODEL_ID)
|
8 |
|