gscoppino commited on
Commit
c68bfa7
·
verified ·
1 Parent(s): 7df0770

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -14,7 +14,7 @@ tags:
14
  # Llama Patch
15
 
16
  Pending action on llama being able to pass custom instructions to Qwen3-Reranker (see https://github.com/ggml-org/llama.cpp/pull/20009)
17
- This is a simple mod to the Q_4_K_M rerank chat template that makes it so that you can pass the entire "<Instruct>: my instructions\n<Query>: my query" as the query in order to allow custom instructions to pass through to llama.
18
 
19
  It probably shouldn't be used except for this very particular case.
20
 
 
14
  # Llama Patch
15
 
16
  Pending action on llama being able to pass custom instructions to Qwen3-Reranker (see https://github.com/ggml-org/llama.cpp/pull/20009)
17
+ This is a simple mod to the Q_4_K_M rerank chat template that makes it so that you can pass the entire "\<Instruct\>: my instructions\n\<Query\>: my query" as the query in order to allow custom instructions to pass through to llama.
18
 
19
  It probably shouldn't be used except for this very particular case.
20