Skip to content

Commit

Permalink
feat: add new optional accelerator_type parameter (#3576)
Browse files Browse the repository at this point in the history
  • Loading branch information
gericdong authored Nov 20, 2023
1 parent 5701105 commit 2c008f8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ai-platform/snippets/tuning.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ async function main(
dataset_uri: helpers.toValue(datasetUri),
large_model_reference: helpers.toValue(model),
model_display_name: helpers.toValue(modelDisplayName),
accelerator_type: helpers.toValue('GPU'), // Optional: GPU or TPU
};

const runtimeConfig = {
Expand Down

0 comments on commit 2c008f8

Please sign in to comment.