You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have tried to run train_example.py, but it failed in huggingface_hub package:
python train_example.py
2025-01-02 12:41:13.629414: E tensorflow/compiler/xla/stream_executor/cuda/cuda_dnn.cc:9360] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered
2025-01-02 12:41:13.637409: E tensorflow/compiler/xla/stream_executor/cuda/cuda_fft.cc:609] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered
2025-01-02 12:41:13.646797: E tensorflow/compiler/xla/stream_executor/cuda/cuda_blas.cc:1537] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered
Traceback (most recent call last):
File "/auto/plzen4-ntis/home/dtihelka/Experiments/E2TTS.v2/train_example.py", line 26, in <module>
train_dataset = HFDataset(load_dataset("MushanW/GLOBE")["train"])
File "/usr/local/lib/python3.10/dist-packages/datasets/load.py", line 2523, in load_dataset
builder_instance = load_dataset_builder(
File "/usr/local/lib/python3.10/dist-packages/datasets/load.py", line 2195, in load_dataset_builder
dataset_module = dataset_module_factory(
File "/usr/local/lib/python3.10/dist-packages/datasets/load.py", line 1846, in dataset_module_factory
raise e1 from None
File "/usr/local/lib/python3.10/dist-packages/datasets/load.py", line 1828, in dataset_module_factory
).get_module()
File "/usr/local/lib/python3.10/dist-packages/datasets/load.py", line 1177, in get_module
hfh_dataset_info = HfApi(config.HF_ENDPOINT).dataset_info(
File "/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_validators.py", line 118, in _inner_fn
return fn(*args, **kwargs)
File "/usr/local/lib/python3.10/dist-packages/huggingface_hub/hf_api.py", line 2150, in dataset_info
return DatasetInfo(**data)
File "/usr/local/lib/python3.10/dist-packages/huggingface_hub/hf_api.py", line 770, in __init__
self.tags = kwargs.pop("tags")
KeyError: 'tags'
How to avoid this issue?
Thank you.
The text was updated successfully, but these errors were encountered:
I have tried to run
train_example.py
, but it failed in huggingface_hub package:How to avoid this issue?
Thank you.
The text was updated successfully, but these errors were encountered: