sozercan / aikit

🏗️ Fine-tune, build, and deploy open-source LLMs easily!
https://sozercan.github.io/aikit/
MIT License
297 stars 26 forks source link

[REQ] github action #325

Open sozercan opened 2 weeks ago

sozercan commented 2 weeks ago

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?