Skip to content

Commit c49142b

Browse files
committed
Update VRAM requirement specifications and clarify usage notes in GPU documentation
1 parent 79d4176 commit c49142b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/rent-gpu/icl.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -874,7 +874,7 @@ profiles:
874874
vendor:
875875
nvidia:
876876
- model: rtx3090
877-
req_vram: ">=8"
877+
req_vram: ">=80"
878878
```
879879

880880
### Using Comparison Operators
@@ -901,5 +901,5 @@ Specifying VRAM requirements provides several advantages:
901901
3. **Cost Efficiency**: Helps you match your workload to appropriate resources without overprovisioning.
902902

903903
<Callout type="info">
904-
**Note:** When using the `req_vram` attribute, make sure the value you specify is reasonable for the GPU model you've selected. For example, don't request more VRAM than the maximum capacity of the GPU model.
904+
**Note:** When using the `req_vram` attribute, make sure the value you specify is between 0% and 100% of the GPU's total VRAM. For example, don't request more than 100% of the VRAM or less than 0%.
905905
</Callout>

0 commit comments

Comments
 (0)