Skip to content

Commit

Permalink
add llama base models
Browse files Browse the repository at this point in the history
  • Loading branch information
selimseker committed Oct 30, 2024
1 parent cc14dd4 commit f656879
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,13 @@ var (
"llama3.1:latest",
"llama3.1:8b-instruct-q8_0",
"llama3.1:8b-instruct-fp16",
"llama3.1:8b-text-q4_K_M",
"llama3.1:8b-text-q8_0",
"llama3.1:70b-instruct-q4_0",
"llama3.1:70b-instruct-q8_0",
"llama3.1:70b-text-q4_0",
"llama3.2:1b",
"llama3.2:1b-text-q4_K_M",
"llama3.2:3b",

"qwen2.5:7b-instruct-q5_0",
Expand Down

0 comments on commit f656879

Please sign in to comment.