michael-guenther commited on
Commit
1ba54d4
·
verified ·
1 Parent(s): 216f64f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -0
README.md CHANGED
@@ -80,6 +80,16 @@ embed_document2 = outputs[1].outputs.data
80
 
81
  </details>
82
 
 
 
 
 
 
 
 
 
 
 
83
  ### License
84
 
85
  The model is licensed under CC BY-NC 4.0. For commercial use, please [contact us](link).
 
80
 
81
  </details>
82
 
83
+ <details>
84
+ <summary> via <a href="https://github.com/ggml-org/llama.cpp">llama.cpp (GGUF)</a></summary>
85
+ After installing <a href="https://github.com/ggml-org/llama.cpp">llama.cpp</a> one can run llama-server to host the embedding model as OpenAI API compatible HTTP server. As an example for using text-matching with F16, you can do:
86
+
87
+ ```sh
88
+ llama-server -hf jinaai/jina-embeddings-v5-text-small-classification:F16 --embedding --pooling last -ub 819
89
+ ```
90
+
91
+ </details>
92
+
93
  ### License
94
 
95
  The model is licensed under CC BY-NC 4.0. For commercial use, please [contact us](link).