Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions models/minimax/minimax-text-01/metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ spec:
deployments:
- customRuntimeArgs: []
resourceRequirements:
cpu: 8
gpuCount: 8
cpu: 16
gpuCount: 14
Comment on lines +11 to +12

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

critical

There's an inconsistency in the resource requirements. The memory field on line 14 appears to be derived from gpuCount * perGPUMemoryGB. With the previous gpuCount of 8, memory was correctly set to 640 (8 * 80). Now that gpuCount is updated to 14, the memory field should be updated to 1120 (14 * 80) to reflect this change and ensure correct resource allocation.

gpuType: gpu
memory: 640
perGPUMemoryGB: 80
Expand Down