Skip to content

Commit 26ea150

Browse files
committed
fix: gpu as array
1 parent aa30109 commit 26ea150

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/message/src/types/execution.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ export type GpuProperties = {
108108
export type HostRequirements = {
109109
cpu?: CpuProperties
110110
node?: NodeRequirements
111-
gpu?: GpuProperties
111+
gpu?: GpuProperties[]
112112
}
113113

114114
/**

0 commit comments

Comments
 (0)