We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5701105 commit 2c008f8Copy full SHA for 2c008f8
ai-platform/snippets/tuning.js
@@ -57,6 +57,7 @@ async function main(
57
dataset_uri: helpers.toValue(datasetUri),
58
large_model_reference: helpers.toValue(model),
59
model_display_name: helpers.toValue(modelDisplayName),
60
+ accelerator_type: helpers.toValue('GPU'), // Optional: GPU or TPU
61
};
62
63
const runtimeConfig = {
0 commit comments