-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Open
Labels
Description
Describe the bug
Inside the nvcr.io/nvidia/nemo:25.11 container image, load_dataset("rajpurkar/squad") is failing with below error:
TypeError: must be called with a dataclass type or instance
Steps/Code to reproduce bug
- Shell into the container
docker run --rm -it nvcr.io/nvidia/nemo:25.11 - load dataset
python -c 'from datasets import load_dataset; load_dataset("rajpurkar/squad")'
Expected behavior
Have the dataset downloaded into the proper folder.
Environment overview (please complete the following information)
- Environment location: Docker
- Method of install:
apt-get - If method of install is [Docker], provide
docker pull&docker runcommands used: see above "repro steps"
Additional context
Docker version 29.1.4
NVIDIA H100
NVIDIA-SMI 590.48.01
Driver Version: 590.48.01
CUDA Version: 13.1
Complete error attached.
Reactions are currently unavailable