-
Notifications
You must be signed in to change notification settings - Fork 0
/
batch-project.json
52 lines (52 loc) · 1.26 KB
/
batch-project.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"taskGroups": [
{
"taskSpec": {
"runnables": [
{
"container": {
"imageUri": "us-central1-docker.pkg.dev/azure-openai-test/gpu-containers/cloud-run-whisper@latest"
}
}
],
"computeResource": {
"cpuMilli": "4000",
"memoryMib": "16000"
},
"maxRetryCount": 0,
"maxRunDuration": "600s"
},
"taskCount": 1,
"parallelism": 1
}
],
"allocationPolicy": {
"instances": [
{
"installGpuDrivers": true,
"policy": {
"machineType": "g2-standard-4",
"provisioningModel": "SPOT",
"bootDisk": {
"image": "projects/ml-images/global/images/c0-deeplearning-common-cu123-v20240922-debian-11-py310",
"sizeGb": 50
}
}
}
],
"network": {
"networkInterfaces": [
{
"network": "projects/azure-openai-test/global/networks/whisper-private-network",
"subnetwork": "projects/azure-openai-test/regions/us-central1/subnetworks/whisper-private-network-vpc"
}
]
},
"location": {
"allowedLocations": ["regions/us-central1"]
}
},
"logsPolicy": {
"destination": "CLOUD_LOGGING"
}
}