Skip to content

Commit ad89291

Browse files
authored
Fix fractional CPU example in resource tutorial (#1263)
1 parent 6ba2b2d commit ad89291

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/user_guide/tutorials/requesting_resources.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Understanding Resources
3737

3838
Resources in OSMO are specified using standard Kubernetes resource notation:
3939

40-
- CPU: Cores (e.g., ``1``, ``2``, ``0.5``)
40+
- CPU: Whole CPU cores (integers only; e.g., ``1``, ``2``)
4141
- Memory: Bytes with units (e.g., ``1Gi``, ``512Mi``, ``2Gi``)
4242
- Storage: Bytes with units (e.g., ``10Gi``, ``100Mi``)
4343
- GPU: Count (e.g., ``1``, ``2``, ``4``)

0 commit comments

Comments
 (0)