DagMeow commited on
Commit
1a61697
·
verified ·
1 Parent(s): 627824d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -4
README.md CHANGED
@@ -6,7 +6,11 @@ base_model_relation: quantized
6
 
7
  ## DESCRIPTION
8
 
9
- **2025 - 02 - 12 UPDATING MODELS**
 
 
 
 
10
 
11
  Original Model: https://huggingface.co/Almawave/Velvet-14B
12
 
@@ -21,9 +25,7 @@ Basic prompt format:
21
  Prompt format with system message:
22
 
23
  ```
24
- <s><instruction>{system_prompt}
25
-
26
- {prompt}</instruction>
27
  ```
28
 
29
  ## DOWNLOAD
 
6
 
7
  ## DESCRIPTION
8
 
9
+ **UPDATE: 2025-02-12**
10
+
11
+ Velvet-14B converted to GGUF format (F32) with <a href="https://github.com/fbuciuni90/llama.cpp">fbuciuni90/llama.cpp</a> fork and quantized with <a href="https://github.com/ggerganov/llama.cpp">ggerganov/llama.cpp</a> commit b4689.
12
+
13
+ **NOTE: The Velvet tokenizer is not yet compatible with ggerganov/llama.cpp.** Please wait for pull request <a href="https://github.com/ggerganov/llama.cpp/pull/11716">#11716</a> to be merged, or compile it yourself.
14
 
15
  Original Model: https://huggingface.co/Almawave/Velvet-14B
16
 
 
25
  Prompt format with system message:
26
 
27
  ```
28
+ <s><instruction>{system_prompt}\n\n{prompt}</instruction>
 
 
29
  ```
30
 
31
  ## DOWNLOAD