Skip to content

Commit

Permalink
[fine_tuning] testing: config: give a GPU to the light profile
Browse files Browse the repository at this point in the history
  • Loading branch information
kpouget committed Nov 24, 2024
1 parent f5d826e commit 50f14a3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion projects/fine_tuning/testing/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -344,9 +344,11 @@ ci_presets:
# ---

ilab:
extends: [not_fms]
extends: [not_fms, gpu]
ci_presets.light["tests.fine_tuning.test_settings.dataset_name"]: ilab_skills_data.jsonl
ci_presets.light["tests.fine_tuning.test_settings.model_name"]: ibm-granite/granite-3b-code-instruct@hf
ci_presets.light["tests.fine_tuning.test_settings.gpu"]: 1
ci_presets.gpu["clusters.sutest.compute.machineset.type"]: g5.xlarge
tests.fine_tuning.ilab.enabled: true
tests.fine_tuning.test_settings.name: ilab
tests.fine_tuning.test_settings.dataset_name: ilab_skills_data.jsonl
Expand Down

0 comments on commit 50f14a3

Please sign in to comment.