From 5d8ca7483ccde561ee79e93f62713dccab2ba9a8 Mon Sep 17 00:00:00 2001 From: Kumaran Rajendhiran Date: Thu, 25 Jul 2024 05:14:06 +0000 Subject: [PATCH] Update together model string --- fastagency/models/llms/together.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/fastagency/models/llms/together.py b/fastagency/models/llms/together.py index 19342bd22..0e126c09c 100644 --- a/fastagency/models/llms/together.py +++ b/fastagency/models/llms/together.py @@ -85,6 +85,8 @@ "Meta Llama 3.1 405B Instruct Turbo": "meta-llama/Meta-Llama-3.1-405B-Instruct-Turbo", "Meta Llama 3.1 8B Instruct Turbo": "meta-llama/Meta-Llama-3.1-8B-Instruct-Turbo", "Koala (7B)": "togethercomputer/Koala-7B", + "Qwen 2 Instruct (1.5B)": "Qwen/Qwen2-1.5B-Instruct", + "Qwen 2 Instruct (7B)": "Qwen/Qwen2-7B-Instruct", "Guanaco (65B) ": "togethercomputer/guanaco-65b", "Vicuna v1.3 (7B)": "lmsys/vicuna-7b-v1.3", "Nous Hermes LLaMA-2 (70B)": "NousResearch/Nous-Hermes-Llama2-70b",