Skip to content

Commit a44dc33

Browse files
committed
fix: replace GPU type
1 parent f5be195 commit a44dc33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ai-platform/snippets/create-custom-job.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ async function main(
5454
{
5555
machineSpec: {
5656
machineType: 'n1-standard-4',
57-
acceleratorType: 'NVIDIA_TESLA_K80',
57+
acceleratorType: 'NVIDIA_TESLA_T4',
5858
acceleratorCount: 1,
5959
},
6060
replicaCount: 1,

0 commit comments

Comments
 (0)