LuisV
commited on
Commit
·
be39a5a
1
Parent(s):
fe5643b
changing default llm
Browse files
app.py
CHANGED
@@ -7,9 +7,9 @@ from prompting.promptingutils import DEFAULT_N_SAMPLES, DEFAULT_OBJECT_THRESHOLD
|
|
7 |
|
8 |
|
9 |
AVAILABLE_LLMS = [
|
|
|
10 |
"vicuna-7b",
|
11 |
"llama-7b-chat",
|
12 |
-
"mistral-7b-instruct",
|
13 |
"vicuna-13b",
|
14 |
]
|
15 |
|
|
|
7 |
|
8 |
|
9 |
AVAILABLE_LLMS = [
|
10 |
+
"mistral-7b-instruct",
|
11 |
"vicuna-7b",
|
12 |
"llama-7b-chat",
|
|
|
13 |
"vicuna-13b",
|
14 |
]
|
15 |
|