We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f87625f commit 9599b6eCopy full SHA for 9599b6e
3 files changed
docs/docs/concepts/dev-environments.md
@@ -175,6 +175,8 @@ name: vscode
175
ide: vscode
176
177
resources:
178
+ # 16 or more x86_64 cores
179
+ cpu: 16..
180
# 200GB or more RAM
181
memory: 200GB..
182
# 4 GPUs from 40GB to 80GB
docs/docs/concepts/services.md
@@ -316,6 +316,8 @@ commands:
316
port: 8000
317
318
319
320
321
# 2 GPUs of 80GB
322
gpu: 80GB:2
323
docs/docs/concepts/tasks.md
@@ -192,6 +192,8 @@ commands:
192
- python fine-tuning/qlora/train.py
193
194
195
196
197
198
199
0 commit comments