From f2ae8dc4c522b4905069b6ff7f7e169ddcb00b3f Mon Sep 17 00:00:00 2001 From: erhant Date: Wed, 18 Sep 2024 14:33:51 +0300 Subject: [PATCH] Add `qwen2` models --- main.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/main.go b/main.go index ef269a1..c98f6c3 100644 --- a/main.go +++ b/main.go @@ -26,6 +26,9 @@ var ( "gemma2:9b-instruct-q8_0", "gemma2:9b-instruct-fp16", + + "qwen2:7b-instruct-q5_0", + "qwen2:7b-instruct-fp16", "llama3.1:latest", "llama3.1:8b-instruct-q8_0",