Skip to content

Commit

Permalink
docs(style): updates
Browse files Browse the repository at this point in the history
  • Loading branch information
shinybrar committed Nov 22, 2024
1 parent 4d08876 commit e886d77
Showing 1 changed file with 18 additions and 12 deletions.
30 changes: 18 additions & 12 deletions docs/context.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,24 @@ context.resources()
```

```python
{'cores': {'default': 1,
'defaultRequest': 1,
'defaultLimit': 16,
'defaultHeadless': 1,
'options': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16]},
'memoryGB': {'default': 2,
'defaultRequest': 4,
'defaultLimit': 192,
'defaultHeadless': 4,
'options': [1,2,..., 192]},
'gpus': {'options': [1,..., 8],
}
{
"cores": {
"default": 1,
"defaultRequest": 1,
"defaultLimit": 16,
"defaultHeadless": 1,
"options": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16],
},
"memoryGB": {
"default": 2,
"defaultRequest": 4,
"defaultLimit": 192,
"defaultHeadless": 4,
"options": [1, 2, ..., 192],
},
"gpus": {
"options": [1, ..., 8],
},
}
```

Expand Down

0 comments on commit e886d77

Please sign in to comment.