Upload microsoft_VibeVoice-1.5B_0.txt with huggingface_hub
Browse files
microsoft_VibeVoice-1.5B_0.txt
CHANGED
|
@@ -7,23 +7,23 @@ pipe = pipeline("text-to-speech", model="microsoft/VibeVoice-1.5B")
|
|
| 7 |
|
| 8 |
ERROR:
|
| 9 |
Traceback (most recent call last):
|
| 10 |
-
File "/tmp/.cache/uv/environments-v2/8861e22ecfb2ed1d/lib/python3.13/site-packages/transformers/models/auto/configuration_auto.py", line
|
| 11 |
config_class = CONFIG_MAPPING[config_dict["model_type"]]
|
| 12 |
~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
| 13 |
-
File "/tmp/.cache/uv/environments-v2/8861e22ecfb2ed1d/lib/python3.13/site-packages/transformers/models/auto/configuration_auto.py", line
|
| 14 |
raise KeyError(key)
|
| 15 |
KeyError: 'vibevoice'
|
| 16 |
|
| 17 |
During handling of the above exception, another exception occurred:
|
| 18 |
|
| 19 |
Traceback (most recent call last):
|
| 20 |
-
File "/tmp/microsoft_VibeVoice-1.
|
| 21 |
pipe = pipeline("text-to-speech", model="microsoft/VibeVoice-1.5B")
|
| 22 |
-
File "/tmp/.cache/uv/environments-v2/8861e22ecfb2ed1d/lib/python3.13/site-packages/transformers/pipelines/__init__.py", line
|
| 23 |
config = AutoConfig.from_pretrained(
|
| 24 |
model, _from_pipeline=task, code_revision=code_revision, **hub_kwargs, **model_kwargs
|
| 25 |
)
|
| 26 |
-
File "/tmp/.cache/uv/environments-v2/8861e22ecfb2ed1d/lib/python3.13/site-packages/transformers/models/auto/configuration_auto.py", line
|
| 27 |
raise ValueError(
|
| 28 |
...<8 lines>...
|
| 29 |
)
|
|
|
|
| 7 |
|
| 8 |
ERROR:
|
| 9 |
Traceback (most recent call last):
|
| 10 |
+
File "/tmp/.cache/uv/environments-v2/8861e22ecfb2ed1d/lib/python3.13/site-packages/transformers/models/auto/configuration_auto.py", line 1384, in from_pretrained
|
| 11 |
config_class = CONFIG_MAPPING[config_dict["model_type"]]
|
| 12 |
~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
| 13 |
+
File "/tmp/.cache/uv/environments-v2/8861e22ecfb2ed1d/lib/python3.13/site-packages/transformers/models/auto/configuration_auto.py", line 1087, in __getitem__
|
| 14 |
raise KeyError(key)
|
| 15 |
KeyError: 'vibevoice'
|
| 16 |
|
| 17 |
During handling of the above exception, another exception occurred:
|
| 18 |
|
| 19 |
Traceback (most recent call last):
|
| 20 |
+
File "/tmp/microsoft_VibeVoice-1.5B_0R1UMIM.py", line 26, in <module>
|
| 21 |
pipe = pipeline("text-to-speech", model="microsoft/VibeVoice-1.5B")
|
| 22 |
+
File "/tmp/.cache/uv/environments-v2/8861e22ecfb2ed1d/lib/python3.13/site-packages/transformers/pipelines/__init__.py", line 734, in pipeline
|
| 23 |
config = AutoConfig.from_pretrained(
|
| 24 |
model, _from_pipeline=task, code_revision=code_revision, **hub_kwargs, **model_kwargs
|
| 25 |
)
|
| 26 |
+
File "/tmp/.cache/uv/environments-v2/8861e22ecfb2ed1d/lib/python3.13/site-packages/transformers/models/auto/configuration_auto.py", line 1386, in from_pretrained
|
| 27 |
raise ValueError(
|
| 28 |
...<8 lines>...
|
| 29 |
)
|