AFischer1985 commited on
Commit
925ceb9
·
verified ·
1 Parent(s): 125389b

Update run.py

Browse files
Files changed (1) hide show
  1. run.py +2 -2
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
- "mistralai/Mixtral-8x7B-Instruct-v0.1"
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