mirror of
https://github.com/ghndrx/kubeflow-pipelines.git
synced 2026-02-10 06:45:13 +00:00
feat: Use self-hosted runner + curated DDI dataset
- Switch to self-hosted runner on compute-01 for faster builds - Replace PyTDC with curated DDI dataset (no heavy deps) - 60+ real drug interaction patterns based on clinical guidelines - Generates up to 10K training samples with text variations - Maintains 5-level severity classification
This commit is contained in:
2
.github/workflows/build-trainer.yaml
vendored
2
.github/workflows/build-trainer.yaml
vendored
@@ -12,7 +12,7 @@ env:
|
||||
|
||||
jobs:
|
||||
build-and-push:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: self-hosted
|
||||
permissions:
|
||||
contents: read
|
||||
packages: write
|
||||
|
||||
Reference in New Issue
Block a user