Update run.py
Browse files
run.py
CHANGED
@@ -60,9 +60,9 @@ print(collection.count())
|
|
60 |
|
61 |
from huggingface_hub import InferenceClient
|
62 |
import gradio as gr
|
63 |
-
|
64 |
client = InferenceClient(
|
65 |
-
|
66 |
#"mistralai/Mistral-7B-Instruct-v0.1"
|
67 |
)
|
68 |
|
|
|
60 |
|
61 |
from huggingface_hub import InferenceClient
|
62 |
import gradio as gr
|
63 |
+
modelPath="mistralai/Mixtral-8x7B-Instruct-v0.1"
|
64 |
client = InferenceClient(
|
65 |
+
modelPath
|
66 |
#"mistralai/Mistral-7B-Instruct-v0.1"
|
67 |
)
|
68 |
|