-
Notifications
You must be signed in to change notification settings - Fork 56
Closed
Description
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
Assignees
Labels
No labels
Type
Projects
Status
Done