Skip to content

Commit

Permalink
fix: remove model with unknown prompt template
Browse files Browse the repository at this point in the history
  • Loading branch information
danielclough committed Mar 13, 2024
1 parent 5c4a326 commit 0a0b3d2
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions backend/src/server/rest/model_list.rs
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ list:
-
name: Mistral-Trismegistus-7B
repo_id: DanielClough/Candle_Mistral-Trismegistus-7B
template: Teknium
template: TekniumOld
base: mistral
n_safetensors: 2
tags: gguf,safetensors,
Expand All @@ -186,13 +186,6 @@ list:
base: mistral
n_safetensors: 2
tags: gguf,safetensors,
-
name: MistralTrix-v1
repo_id: DanielClough/Candle_MistralTrix-v1
template:
base: mistral
n_safetensors: 4
tags: gguf,safetensors,
-
name: llava-v1.6-mistral-7b
repo_id: DanielClough/Candle_llava-v1.6-mistral-7b
Expand Down Expand Up @@ -305,3 +298,11 @@ list:
// template:
// n_safetensors: 1
// tags: gguf, n_safetensors,

// -
// name: MistralTrix-v1
// repo_id: DanielClough/Candle_MistralTrix-v1
// template:
// base: mistral
// n_safetensors: 4
// tags: gguf,safetensors,

0 comments on commit 0a0b3d2

Please sign in to comment.