Skip to content

Commit

Permalink
chore(readme): remove older models from feed (#22)
Browse files Browse the repository at this point in the history
Signed-off-by: Aaron Pham <contact@aarnphm.xyz>
  • Loading branch information
aarnphm authored Sep 26, 2024
1 parent c8860f0 commit 14e8b04
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 49 deletions.
74 changes: 37 additions & 37 deletions README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

19 changes: 7 additions & 12 deletions gen_readme.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
"qwen2.5": "Qwen-2.5",
"gemma": "Gemma",
"gemma2": "Gemma-2",
"llama2": "Llama-2",
"mixtral": "Mixtral",
"mistral-large": "Mistral-Large",
"codestral": "Codestral",
Expand All @@ -26,17 +25,13 @@
model_priority = {
"llama3.2": 1,
"llama3.1": 2,
"llama3": 3,
"phi3": 4,
"mistral": 5,
"gemma2": 6,
"qwen2.5": 7,
"qwen2": 8,
"gemma": 9,
"llama2": 10,
"mixtral": 11,
"mistral-large": 12,
"codestral": 13,
"phi3": 3,
"mistral": 4,
"gemma2": 5,
"qwen2.5": 6,
"mixtral": 7,
"mistral-large": 8,
"codestral": 9,
}

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

0 comments on commit 14e8b04

Please sign in to comment.