Skip to content

Commit

Permalink
chore: disable olmo
Browse files Browse the repository at this point in the history
  • Loading branch information
naaive committed Nov 5, 2024
1 parent dde7475 commit 99bbd06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/run_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
OPENSOURCE_MODELS = [
{"name": "llama3.2", "function_call_support": True},
{"name": "mistral-nemo", "function_call_support": True},
{"name": "darkmoon/olmo:7B-instruct-q6-k", "function_call_support": False}
# {"name": "darkmoon/olmo:7B-instruct-q6-k", "function_call_support": False}
]


Expand Down

0 comments on commit 99bbd06

Please sign in to comment.