Skip to content

Hugging face notebook fail #170

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
tedhtchang opened this issue Jun 20, 2023 · 2 comments
Closed

Hugging face notebook fail #170

tedhtchang opened this issue Jun 20, 2023 · 2 comments
Assignees

Comments

@tedhtchang
Copy link
Contributor

tedhtchang commented Jun 20, 2023

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
@anishasthana
Copy link
Contributor

Completed as per @MichaelClifford

@MichaelClifford
Copy link
Contributor

This error happened when the runtime_env was set incorrectly in the notebook. This has been addressed in #163 and should no longer be an issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

No branches or pull requests

3 participants