Skip to content

Commit 7721432

Browse files
committed
[fine_tuning] testing: config: use the ephemeral storage on the instructlab cluster
1 parent 5cb2631 commit 7721432

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

projects/fine_tuning/testing/config.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -375,6 +375,8 @@ ci_presets:
375375

376376
cluster_instructlab:
377377
fine_tuning.pvc.storage_class_name: nfs-csi
378+
fine_tuning.pvc.access_mode: ReadWriteMany
379+
fine_tuning.pvc.size: 500Gi
378380
clusters.sutest.is_metal: false
379381
clusters.sutest.compute.machineset.type: gx3-48x240x2l40s
380382
clusters.sutest.compute.machineset.name: instructlab-standalon-6rjg8-worker-1
@@ -576,6 +578,7 @@ tests:
576578
dataset_replication: 1
577579
pod_count: 1
578580
container_image: null
581+
ephemeral_output_pvc_size: null
579582
# ---
580583
# https://huggingface.co/transformers/v3.0.2/main_classes/trainer.html
581584
hyper_parameters:

0 commit comments

Comments
 (0)