mirror of
https://github.com/ghndrx/kubeflow-pipelines.git
synced 2026-02-10 06:45:13 +00:00
Fix Python/transformers version compatibility
This commit is contained in:
@@ -178,6 +178,7 @@ def ddi_data_prep_pipeline(
|
||||
model_name: str = "emilyalsentzer/Bio_ClinicalBERT",
|
||||
epochs: int = 3,
|
||||
learning_rate: float = 2e-5,
|
||||
# NOTE: Using internal endpoint. For Tailscale, add ACL: tag:k8s → tagged-devices:*
|
||||
minio_endpoint: str = "http://minio.minio.svc.cluster.local:9000",
|
||||
):
|
||||
"""
|
||||
|
||||
@@ -198,8 +198,8 @@ def ddi_training_pipeline(
|
||||
learning_rate: float = 2e-5,
|
||||
model_version: str = "v1",
|
||||
|
||||
# MinIO settings - use Tailscale endpoint
|
||||
minio_endpoint: str = "https://minio.walleye-frog.ts.net",
|
||||
# MinIO settings - internal for now. For Tailscale, add ACL: tag:k8s → tagged-devices:*
|
||||
minio_endpoint: str = "http://minio.minio.svc.cluster.local:9000",
|
||||
):
|
||||
"""
|
||||
Full DDI training pipeline:
|
||||
|
||||
Reference in New Issue
Block a user