HighDoping commited on
Commit
4d3dccb
·
verified ·
1 Parent(s): 8e147d4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -1
README.md CHANGED
@@ -4,4 +4,9 @@ base_model:
4
  - google/umt5-xxl
5
  - Able2/umt5-xxl-encode-only
6
  ---
7
- umt5-xxl gguf model with encoder only, mainly used as text encoder for image or video generation models. Use with llama.cpp. Used in [HighDoping/Wan2.1](https://github.com/HighDoping/Wan2.1).
 
 
 
 
 
 
4
  - google/umt5-xxl
5
  - Able2/umt5-xxl-encode-only
6
  ---
7
+ umt5-xxl gguf model with encoder only, mainly used as text encoder for image or video generation models. Use with llama.cpp. Used in [HighDoping/Wan2.1](https://github.com/HighDoping/Wan2.1).
8
+
9
+ Example command:
10
+ ```bash
11
+ llama-embedding -m umt5-xxl-encode-only-Q4_K_M.gguf -p "Penguin" --pooling none --embd-normalize -1 --no-warmup --batch-size 512 --ctx-size 512 --embd-output-format array
12
+ ```