From faf37c8bdb3c4ba68fef7344af314a7a22ff251e Mon Sep 17 00:00:00 2001 From: "Lennart J. Kurzweg (Nx2)" Date: Fri, 30 Aug 2024 18:08:08 +0200 Subject: [PATCH] no 405 --- suite_settings/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/suite_settings/models.py b/suite_settings/models.py index bb26516..75ea0b2 100644 --- a/suite_settings/models.py +++ b/suite_settings/models.py @@ -3,7 +3,7 @@ from libs.classes import Model models = { 245: Model( display_name="llama3.1 8b", identifier="llama3.1:8b", supports_tools=True, parameter_count_in_b=8 ), 238: Model( display_name="llama3.1 70b", identifier="llama3.1:70b", supports_tools=True, parameter_count_in_b=70 ), - 539: Model( display_name="llama3.1 405b", identifier="llama3.1:405b", supports_tools=True, parameter_count_in_b=405 ), + # 539: Model( display_name="llama3.1 405b", identifier="llama3.1:405b", supports_tools=True, parameter_count_in_b=405 ), 120: Model( display_name="llama3 groq TU 8b", identifier="llama3-groq-tool-use:8b", supports_tools=True, parameter_count_in_b=8 ), 890: Model( display_name="llama3 groq TU 70b", identifier="llama3-groq-tool-use:70b", supports_tools=True, parameter_count_in_b=70 ), 639: Model( display_name="Mistral Large 123b", identifier="mistral-large:123b", supports_tools=True, parameter_count_in_b=123 ),