Spaces:
Sleeping
Sleeping
高橋慧 commited on
Commit ·
82f44a4
1
Parent(s): f1c8bd8
change llama model
Browse files
app.py
CHANGED
|
@@ -9,7 +9,7 @@ from llama_index.core import Settings
|
|
| 9 |
import gradio as gr
|
| 10 |
|
| 11 |
#models
|
| 12 |
-
LLAMA3_8B = "
|
| 13 |
LLAMA3_70B = "llama-3.1-8b-instant"
|
| 14 |
Mixtral = "mixtral-8x7b-32768"
|
| 15 |
|
|
|
|
| 9 |
import gradio as gr
|
| 10 |
|
| 11 |
#models
|
| 12 |
+
LLAMA3_8B = "llama-3.1-8b-instant"
|
| 13 |
LLAMA3_70B = "llama-3.1-8b-instant"
|
| 14 |
Mixtral = "mixtral-8x7b-32768"
|
| 15 |
|