Skip to content

Commit

Permalink
Modify compute in pipeline.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
matsuobasho committed Oct 12, 2023
1 parent 1683052 commit 811cef3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions codegen_model_comparison/cloud/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ type: pipeline
display_name: codegen_sweep
description: Tune hyperparameters
settings:
default_compute: azureml:roma2
default_compute: azureml:gpu-buck50
jobs:
sweep_step:
type: sweep
Expand All @@ -12,7 +12,7 @@ jobs:
type: uri_file
path: azureml:code_train_data:1
seq_length: 100
epochs: 3
epochs: 1
outputs:
model_output:
sampling_algorithm: random
Expand Down

0 comments on commit 811cef3

Please sign in to comment.