Skip to content

Hugging face notebook fail #170

@tedhtchang

Description

@tedhtchang

The hf_interactive notebook (train_fn.remote()) failed with the following message:

ImportError: Datasets requires pyarrow >= 6.0.1, < 7.0.0, but 12.0.1 is installed. Reinstall with `pip install -U "pyarrow<7.0.0"`. If you want to disable this pyarrow version check, set the environment variable RAY_DISABLE_PYARROW_VERSION_CHECK=1.

Edited:
Got it to pass the failure with
runtime_env = {"pip": ["transformers", "datasets", "evaluate","pyarrow<7.0.0","transformers[torch]"]}
but I don't think I can get away with no gpu.

RuntimeError: Found no NVIDIA driver on your system. Please check that you have an NVIDIA GPU and installed a driver from http://www.nvidia.com/Download/index.aspx

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

Status

Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions