Skip to content
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

Self-hosted GH runner: User interaction needed for restricted model downloads #313

Open
anandhu-eng opened this issue Oct 1, 2024 · 2 comments

Comments

@anandhu-eng
Copy link
Contributor

anandhu-eng commented Oct 1, 2024

The self-hosted GitHub runners would need the restricted models and datasets to already be cached, as there is no means to authenticate with Hugging Face or corresponding platforms due to the absence of user interaction in GitHub Actions. For example, LLAMA2 70B.

Potential fix:
Login to Hugging Face through Hugging Face cli when setting the system for self-hosted GitHub runner. This would store the token to cache and use every time when restricted models are downloaded.

Edit:
Hugging Face document for command line interface can be found here

@arjunsuresh
Copy link
Contributor

yes @anandhu-eng . Thats a nice solution for github actions for llama2.

@anandhu-eng
Copy link
Contributor Author

Hi @arjunsuresh , I think we have to add it for MIXTRAL-8x7B too.

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

No branches or pull requests

2 participants