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

Allow user to compile with any cuda version using github actions #10928

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

jianlins
Copy link

As the official releases have limited versions, this would fill the gap.

@github-actions github-actions bot added the devops improvements to build systems and github actions label Dec 21, 2024
@ngxson
Copy link
Collaborator

ngxson commented Dec 22, 2024

IMO it's quite strange to include a workflow that is not intended to be used by us (but instead, being used by user via a fork). The workflow is never be triggered automatically, so maintainers never know if it passes or not. This defeats the whole point of having a CI.

A cleaner approach would be that user creates a blank repo containing this workflow, and the actions/checkout step clone source code directly from https://github.com/ggerganov/llama.cpp

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
devops improvements to build systems and github actions
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants