huggingface / huggingface/datasets
ARM audio support broken
Open
- Dominant language
- Python
- Stars
- 22k
- Forks
- 3.4k
- Avg merge
- 5d 7h
- Merged PRs (30d)
- 17
Description
### Describe the bug
`datasets` 4.0 moved to using `torchcodec` for audio datasets, which doesn't support ARM hardware under Linux and Windows
### Steps to reproduce the bug
try:
* Try to install `torchcodec` under Linux ARM64
or:
* Try to install `torchcodec` under Windows ARM64
or, on either of those platforms, using datasets >= 4.0:
* `dataset = load_dataset("garak-llm/audio_achilles_heel")`
### Expected behavior
dataset will load as expected
### Environment info
ARM environment
Python 3.13+
`datasets>=4.0`
Using `torchaudio`
Contributor guide
Assessment
This issue has not been assessed yet.