Update README.md
Browse files
README.md
CHANGED
|
@@ -34,7 +34,7 @@ The Docker demo needs two weight directories:
|
|
| 34 |
|
| 35 |
| Component | Source | Expected local directory |
|
| 36 |
| --- | --- | --- |
|
| 37 |
-
| Lychee-FD full-duplex model | `HIT-TMG/Lychee-FD`, folder `
|
| 38 |
| Token2Wav vocoder | `stepfun-ai/Step-Audio-2-mini`, folder `token2wav/` | `token2wav/` |
|
| 39 |
|
| 40 |
The Lychee-FD checkpoint and Token2Wav checkpoint are intentionally separated.
|
|
@@ -47,7 +47,7 @@ Create one local model root and put both directories under it:
|
|
| 47 |
|
| 48 |
```text
|
| 49 |
/path/to/model-root/
|
| 50 |
-
|
| 51 |
token2wav/
|
| 52 |
```
|
| 53 |
|
|
@@ -55,7 +55,7 @@ Download the Lychee-FD checkpoint:
|
|
| 55 |
|
| 56 |
```bash
|
| 57 |
huggingface-cli download HIT-TMG/Lychee-FD \
|
| 58 |
-
--include "
|
| 59 |
--local-dir /path/to/model-root
|
| 60 |
```
|
| 61 |
|
|
@@ -71,7 +71,7 @@ After downloading, the directory should look like:
|
|
| 71 |
|
| 72 |
```text
|
| 73 |
/path/to/model-root/
|
| 74 |
-
|
| 75 |
token2wav/
|
| 76 |
```
|
| 77 |
|
|
@@ -103,7 +103,7 @@ CONTAINER_MODEL_ROOT=/models
|
|
| 103 |
ALLOWED_MODEL_ROOT=/models
|
| 104 |
|
| 105 |
# Main Lychee-FD checkpoint.
|
| 106 |
-
STEPAUDIO_MODEL_PATH=/models/
|
| 107 |
|
| 108 |
# Token2Wav checkpoint downloaded from stepfun-ai/Step-Audio-2-mini.
|
| 109 |
STEPAUDIO_T2W_MODEL_PATH=/models/token2wav
|
|
@@ -162,8 +162,8 @@ container path:
|
|
| 162 |
|
| 163 |
```json
|
| 164 |
{
|
| 165 |
-
"name": "
|
| 166 |
-
"model_path": "/models/
|
| 167 |
"backend_type": "vllm",
|
| 168 |
"mode": "stable"
|
| 169 |
}
|
|
|
|
| 34 |
|
| 35 |
| Component | Source | Expected local directory |
|
| 36 |
| --- | --- | --- |
|
| 37 |
+
| Lychee-FD full-duplex model | `HIT-TMG/Lychee-FD`, folder `lychee_full_duplex/` | `lychee_full_duplex/` |
|
| 38 |
| Token2Wav vocoder | `stepfun-ai/Step-Audio-2-mini`, folder `token2wav/` | `token2wav/` |
|
| 39 |
|
| 40 |
The Lychee-FD checkpoint and Token2Wav checkpoint are intentionally separated.
|
|
|
|
| 47 |
|
| 48 |
```text
|
| 49 |
/path/to/model-root/
|
| 50 |
+
lychee_full_duplex/
|
| 51 |
token2wav/
|
| 52 |
```
|
| 53 |
|
|
|
|
| 55 |
|
| 56 |
```bash
|
| 57 |
huggingface-cli download HIT-TMG/Lychee-FD \
|
| 58 |
+
--include "lychee_full_duplex/*" \
|
| 59 |
--local-dir /path/to/model-root
|
| 60 |
```
|
| 61 |
|
|
|
|
| 71 |
|
| 72 |
```text
|
| 73 |
/path/to/model-root/
|
| 74 |
+
lychee_full_duplex/
|
| 75 |
token2wav/
|
| 76 |
```
|
| 77 |
|
|
|
|
| 103 |
ALLOWED_MODEL_ROOT=/models
|
| 104 |
|
| 105 |
# Main Lychee-FD checkpoint.
|
| 106 |
+
STEPAUDIO_MODEL_PATH=/models/lychee_full_duplex
|
| 107 |
|
| 108 |
# Token2Wav checkpoint downloaded from stepfun-ai/Step-Audio-2-mini.
|
| 109 |
STEPAUDIO_T2W_MODEL_PATH=/models/token2wav
|
|
|
|
| 162 |
|
| 163 |
```json
|
| 164 |
{
|
| 165 |
+
"name": "lychee_full_duplex",
|
| 166 |
+
"model_path": "/models/lychee_full_duplex",
|
| 167 |
"backend_type": "vllm",
|
| 168 |
"mode": "stable"
|
| 169 |
}
|