Skip to content

Commit

Permalink
Update models to Llama 3.1 and Mixtral
Browse files Browse the repository at this point in the history
  • Loading branch information
borzunov committed Jul 24, 2024
1 parent b8af687 commit 30d00fb
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions config.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@

MODELS = [
ModelInfo(
dht_prefix="StableBeluga2-hf",
repository="https://huggingface.co/petals-team/StableBeluga2",
num_blocks=80,
dht_prefix="Meta-Llama-3-1-405B-Instruct-hf",
repository="meta-llama/Meta-Llama-3.1-405B-Instruct",
num_blocks=126,
),
ModelInfo(
dht_prefix="Llama-2-70b-hf",
repository="https://huggingface.co/meta-llama/Llama-2-70b-hf",
num_blocks=80,
dht_prefix="mistralai/Mixtral-8x22B-Instruct-v0-1",
repository="mistralai/Mixtral-8x22B-Instruct-v0.1",
num_blocks=56,
),
]

Expand Down

0 comments on commit 30d00fb

Please sign in to comment.