Update README.md
Browse files
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 |
+
```
|