Upload microsoft_VibeVoice-1.5B_1.txt with huggingface_hub
Browse files
microsoft_VibeVoice-1.5B_1.txt
CHANGED
|
@@ -6,19 +6,19 @@ model = AutoModelForSeq2SeqLM.from_pretrained("microsoft/VibeVoice-1.5B", dtype=
|
|
| 6 |
|
| 7 |
ERROR:
|
| 8 |
Traceback (most recent call last):
|
| 9 |
-
File "/tmp/.cache/uv/environments-v2/091af96b6cfbe977/lib/python3.13/site-packages/transformers/models/auto/configuration_auto.py", line
|
| 10 |
config_class = CONFIG_MAPPING[config_dict["model_type"]]
|
| 11 |
~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
| 12 |
-
File "/tmp/.cache/uv/environments-v2/091af96b6cfbe977/lib/python3.13/site-packages/transformers/models/auto/configuration_auto.py", line
|
| 13 |
raise KeyError(key)
|
| 14 |
KeyError: 'vibevoice'
|
| 15 |
|
| 16 |
During handling of the above exception, another exception occurred:
|
| 17 |
|
| 18 |
Traceback (most recent call last):
|
| 19 |
-
File "/tmp/microsoft_VibeVoice-1.
|
| 20 |
model = AutoModelForSeq2SeqLM.from_pretrained("microsoft/VibeVoice-1.5B", dtype="auto")
|
| 21 |
-
File "/tmp/.cache/uv/environments-v2/091af96b6cfbe977/lib/python3.13/site-packages/transformers/models/auto/auto_factory.py", line
|
| 22 |
config, kwargs = AutoConfig.from_pretrained(
|
| 23 |
~~~~~~~~~~~~~~~~~~~~~~~~~~^
|
| 24 |
pretrained_model_name_or_path,
|
|
@@ -28,7 +28,7 @@ Traceback (most recent call last):
|
|
| 28 |
^^^^^^^^^
|
| 29 |
)
|
| 30 |
^
|
| 31 |
-
File "/tmp/.cache/uv/environments-v2/091af96b6cfbe977/lib/python3.13/site-packages/transformers/models/auto/configuration_auto.py", line
|
| 32 |
raise ValueError(
|
| 33 |
...<8 lines>...
|
| 34 |
)
|
|
|
|
| 6 |
|
| 7 |
ERROR:
|
| 8 |
Traceback (most recent call last):
|
| 9 |
+
File "/tmp/.cache/uv/environments-v2/091af96b6cfbe977/lib/python3.13/site-packages/transformers/models/auto/configuration_auto.py", line 1384, in from_pretrained
|
| 10 |
config_class = CONFIG_MAPPING[config_dict["model_type"]]
|
| 11 |
~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
| 12 |
+
File "/tmp/.cache/uv/environments-v2/091af96b6cfbe977/lib/python3.13/site-packages/transformers/models/auto/configuration_auto.py", line 1087, in __getitem__
|
| 13 |
raise KeyError(key)
|
| 14 |
KeyError: 'vibevoice'
|
| 15 |
|
| 16 |
During handling of the above exception, another exception occurred:
|
| 17 |
|
| 18 |
Traceback (most recent call last):
|
| 19 |
+
File "/tmp/microsoft_VibeVoice-1.5B_1G7Pi5S.py", line 25, in <module>
|
| 20 |
model = AutoModelForSeq2SeqLM.from_pretrained("microsoft/VibeVoice-1.5B", dtype="auto")
|
| 21 |
+
File "/tmp/.cache/uv/environments-v2/091af96b6cfbe977/lib/python3.13/site-packages/transformers/models/auto/auto_factory.py", line 317, in from_pretrained
|
| 22 |
config, kwargs = AutoConfig.from_pretrained(
|
| 23 |
~~~~~~~~~~~~~~~~~~~~~~~~~~^
|
| 24 |
pretrained_model_name_or_path,
|
|
|
|
| 28 |
^^^^^^^^^
|
| 29 |
)
|
| 30 |
^
|
| 31 |
+
File "/tmp/.cache/uv/environments-v2/091af96b6cfbe977/lib/python3.13/site-packages/transformers/models/auto/configuration_auto.py", line 1386, in from_pretrained
|
| 32 |
raise ValueError(
|
| 33 |
...<8 lines>...
|
| 34 |
)
|