gokaygokay commited on
Commit
2328997
·
verified ·
1 Parent(s): 0b744ad

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -264,7 +264,7 @@ class PromptGenerator:
264
  class HuggingFaceInferenceNode:
265
  def __init__(self):
266
  self.clients = {
267
- "Llama 3.1": InferenceClient("meta-llama/Meta-Llama-3.1-8B-Instruct", token=huggingface_token)
268
  "Mixtral": InferenceClient("NousResearch/Nous-Hermes-2-Mixtral-8x7B-DPO"),
269
  "Mistral": InferenceClient("mistralai/Mistral-7B-Instruct-v0.3"),
270
  "Llama 3": InferenceClient("meta-llama/Meta-Llama-3-8B-Instruct"),
 
264
  class HuggingFaceInferenceNode:
265
  def __init__(self):
266
  self.clients = {
267
+ "Llama 3.1": InferenceClient("meta-llama/Meta-Llama-3.1-8B-Instruct", token=huggingface_token),
268
  "Mixtral": InferenceClient("NousResearch/Nous-Hermes-2-Mixtral-8x7B-DPO"),
269
  "Mistral": InferenceClient("mistralai/Mistral-7B-Instruct-v0.3"),
270
  "Llama 3": InferenceClient("meta-llama/Meta-Llama-3-8B-Instruct"),