HITSZ-TMG xyidealist commited on
Commit
ac06087
Β·
1 Parent(s): d79d6bd

Move model files to repository root (#8)

Browse files

- Move model files to repository root (41ca18140b54285e6ad3dabe3c75ed5360130bcf)


Co-authored-by: xuanyu <xyidealist@users.noreply.huggingface.co>

README.md CHANGED
@@ -34,12 +34,13 @@ 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 `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.
41
- This model repository provides the Lychee-FD full-duplex checkpoint. Please
42
- download the Token2Wav folder from Step-Audio-2-mini separately.
 
43
 
44
  ## Download Weights
45
 
@@ -54,9 +55,8 @@ Create one local model root and put both directories under it:
54
  Download the Lychee-FD checkpoint:
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
 
62
  Download Token2Wav from Step-Audio-2-mini:
 
34
 
35
  | Component | Source | Expected local directory |
36
  | --- | --- | --- |
37
+ | Lychee-FD full-duplex model | `HIT-TMG/Lychee-FD`, files at the repository root | `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.
41
+ This model repository provides the Lychee-FD full-duplex checkpoint at the
42
+ repository root. Please download the Token2Wav folder from Step-Audio-2-mini
43
+ separately.
44
 
45
  ## Download Weights
46
 
 
55
  Download the Lychee-FD checkpoint:
56
 
57
  ```bash
58
+ hf download HIT-TMG/Lychee-FD \
59
+ --local-dir /path/to/model-root/lychee_full_duplex
 
60
  ```
61
 
62
  Download Token2Wav from Step-Audio-2-mini:
lychee_full_duplex/added_tokens.json β†’ added_tokens.json RENAMED
File without changes
lychee_full_duplex/chat_template.jinja β†’ chat_template.jinja RENAMED
File without changes
lychee_full_duplex/config.json β†’ config.json RENAMED
File without changes
lychee_full_duplex/configuration_step_audio_2.py β†’ configuration_step_audio_2.py RENAMED
File without changes
lychee_full_duplex/generation_config.json β†’ generation_config.json RENAMED
File without changes
lychee_full_duplex/merges.txt β†’ merges.txt RENAMED
File without changes
lychee_full_duplex/model-00001-of-00006.safetensors β†’ model-00001-of-00006.safetensors RENAMED
File without changes
lychee_full_duplex/model-00002-of-00006.safetensors β†’ model-00002-of-00006.safetensors RENAMED
File without changes
lychee_full_duplex/model-00003-of-00006.safetensors β†’ model-00003-of-00006.safetensors RENAMED
File without changes
lychee_full_duplex/model-00004-of-00006.safetensors β†’ model-00004-of-00006.safetensors RENAMED
File without changes
lychee_full_duplex/model-00005-of-00006.safetensors β†’ model-00005-of-00006.safetensors RENAMED
File without changes
lychee_full_duplex/model-00006-of-00006.safetensors β†’ model-00006-of-00006.safetensors RENAMED
File without changes
lychee_full_duplex/model.safetensors.index.json β†’ model.safetensors.index.json RENAMED
File without changes
lychee_full_duplex/modeling_step_audio_2.py β†’ modeling_step_audio_2.py RENAMED
File without changes
lychee_full_duplex/special_tokens_map.json β†’ special_tokens_map.json RENAMED
File without changes
lychee_full_duplex/tokenizer_config.json β†’ tokenizer_config.json RENAMED
File without changes
lychee_full_duplex/vocab.json β†’ vocab.json RENAMED
File without changes