We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5be195 commit a44dc33Copy full SHA for a44dc33
ai-platform/snippets/create-custom-job.js
@@ -54,7 +54,7 @@ async function main(
54
{
55
machineSpec: {
56
machineType: 'n1-standard-4',
57
- acceleratorType: 'NVIDIA_TESLA_K80',
+ acceleratorType: 'NVIDIA_TESLA_T4',
58
acceleratorCount: 1,
59
},
60
replicaCount: 1,
0 commit comments