Skip to content

Commit

Permalink
doc: fix mixtral
Browse files Browse the repository at this point in the history
  • Loading branch information
bojiang committed Jul 8, 2024
1 parent e7bbd95 commit 26470e5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions gen_readme.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"qwen2": "Qwen-2",
"gemma": "Gemma",
"llama2": "Llama-2",
"mixtral": "Mixtral",
}

model_priority = {
Expand All @@ -23,6 +24,7 @@
"qwen2": 4,
"gemma": 5,
"llama2": 6,
"mixtral": 7,
}

yaml_files = glob.glob(os.path.join(root_dir, "**/bento.yaml"), recursive=True)
Expand Down

0 comments on commit 26470e5

Please sign in to comment.