[REQ] github action
sozercan opened this issue · 0 comments
sozercan commented
What kind of request is this?
New feature
What is your request or suggestion?
Create a github action
run experience:
uses: sozercan/aikit/run@...
with:
image: ghcr.io/sozercan/llama3:8b
gpus: all
build experience:
uses: sozercan/aikit/build@...
with:
config: config.yaml
source: huggingface://...
runtime: cuda
Are you willing to submit PRs to contribute to this feature request?
- Yes, I am willing to implement it.