Skip to content

Commit

Permalink
update llama version
Browse files Browse the repository at this point in the history
  • Loading branch information
aymeric-roucher committed Aug 6, 2024
1 parent 7a4973d commit 1dd3d7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/transformers/agents/llm_engine.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ def get_clean_message_list(message_list: List[Dict[str, str]], role_conversions:


class HfEngine:
def __init__(self, model: str = "meta-llama/Meta-Llama-3-8B-Instruct"):
def __init__(self, model: str = "meta-llama/Meta-Llama-3.1-8B-Instruct"):
self.model = model
self.client = InferenceClient(self.model, timeout=120)

Expand Down

0 comments on commit 1dd3d7d

Please sign in to comment.