Skip to content

Commit

Permalink
Update together llm tests
Browse files Browse the repository at this point in the history
  • Loading branch information
harishmohanraj committed Aug 23, 2024
1 parent 46f37f2 commit 5faafb3
Showing 1 changed file with 0 additions and 95 deletions.
95 changes: 0 additions & 95 deletions tests/studio/models/llms/test_together.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,101 +129,6 @@ def test_togetherai_schema(self) -> None:
"model": {
"default": "Meta Llama 3 70B Reference",
"description": "The model to use for the Together API",
"enum": [
"WizardLM v1.2 (13B)",
"Code Llama Instruct (34B)",
"Upstage SOLAR Instruct v1 (11B)",
"Meta Llama 3 70B Reference",
"OpenHermes-2-Mistral (7B)",
"LLaMA-2-7B-32K-Instruct (7B)",
"ReMM SLERP L2 (13B)",
"Toppy M (7B)",
"OpenChat 3.5",
"Chronos Hermes (13B)",
"Snorkel Mistral PairRM DPO (7B)",
"Qwen 1.5 Chat (7B)",
"Qwen 1.5 Chat (14B)",
"Qwen 1.5 Chat (1.8B)",
"Snowflake Arctic Instruct",
"Nous Hermes 2 - Mixtral 8x7B-SFT",
"Nous Hermes 2 - Mixtral 8x7B-DPO ",
"Deepseek Coder Instruct (33B)",
"Nous Hermes Llama-2 (13B)",
"Vicuna v1.5 (13B)",
"Qwen 1.5 Chat (0.5B)",
"Code Llama Instruct (7B)",
"Nous Hermes-2 Yi (34B)",
"Code Llama Instruct (13B)",
"Llama3 8B Chat HF INT4",
"OpenHermes-2.5-Mistral (7B)",
"Nous Capybara v1.9 (7B)",
"Meta Llama 3.1 70B Instruct Turbo",
"Nous Hermes 2 - Mistral DPO (7B)",
"StripedHyena Nous (7B)",
"Alpaca (7B)",
"Platypus2 Instruct (70B)",
"Gemma Instruct (2B)",
"Gemma Instruct (7B)",
"LLaMA-2 Chat (7B)",
"OLMo Instruct (7B)",
"Qwen 1.5 Chat (4B)",
"MythoMax-L2 (13B)",
"Mistral (7B) Instruct",
"Mistral (7B) Instruct v0.2",
"Meta Llama 3.1 8B Instruct Turbo",
"OpenOrca Mistral (7B) 8K",
"Nous Hermes LLaMA-2 (7B)",
"Qwen 1.5 Chat (32B)",
"Qwen 2 Instruct (72B)",
"Qwen 1.5 Chat (72B)",
"DeepSeek LLM Chat (67B)",
"Vicuna v1.5 (7B)",
"WizardLM-2 (8x22B)",
"Togethercomputer Llama3 8B Instruct Int8",
"Mistral (7B) Instruct v0.3",
"Qwen 1.5 Chat (110B)",
"LLaMA-2 Chat (13B)",
"Gemma-2 Instruct (27B)",
"01-ai Yi Chat (34B)",
"Meta Llama 3 70B Instruct Turbo",
"Meta Llama 3 70B Instruct Lite",
"Gemma-2 Instruct (9B)",
"Meta Llama 3 8B Reference",
"Mixtral-8x7B Instruct v0.1",
"Code Llama Instruct (70B)",
"Meta Llama 3.1 405B Instruct Turbo",
"DBRX Instruct",
"Meta Llama 3.1 8B Instruct",
"Meta Llama 3 8B Instruct Turbo",
"Dolphin 2.5 Mixtral 8x7b",
"Mixtral-8x22B Instruct v0.1",
"Meta Llama 3 8B Instruct Lite",
"LLaMA-2 Chat (70B)",
"Koala (7B)",
"Qwen 2 Instruct (1.5B)",
"Qwen 2 Instruct (7B)",
"Guanaco (65B) ",
"Vicuna v1.3 (7B)",
"Nous Hermes LLaMA-2 (70B)",
"Vicuna v1.5 16K (13B)",
"Zephyr-7B-ß",
"Guanaco (13B) ",
"Vicuna v1.3 (13B)",
"Guanaco (33B) ",
"Koala (13B)",
"Upstage SOLAR Instruct v1 (11B)-Int4",
"Guanaco (7B) ",
"Meta Llama 3 8B Instruct",
"Meta Llama 3 70B Instruct",
"Hermes 2 Theta Llama-3 70B",
"carson ml318bit",
"carson ml31405bit",
"carson ml3170bit",
"carson ml318br",
"Llama-3 70B Instruct Gradient 1048K",
"Meta Llama 3.1 70B Instruct",
"Meta Llama 3.1 70B",
],
"title": "Model",
"type": "string",
},
Expand Down

0 comments on commit 5faafb3

Please sign in to comment.