-
Notifications
You must be signed in to change notification settings - Fork 7k
[train][release] Add training ingest soak test #57120
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
3c376f8
a9ca5d6
72e9a5a
c958ce6
110b35f
2525039
ff6353c
7282f75
98d0318
a3d430a
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,22 @@ | ||
| cloud_id: {{env["ANYSCALE_CLOUD_ID"]}} | ||
| region: us-west-2 | ||
|
|
||
| head_node_type: | ||
| name: head_node | ||
| instance_type: m5.4xlarge | ||
| resources: | ||
| cpu: 0 | ||
|
|
||
| worker_node_types: | ||
| - name: worker_node_gpu | ||
| instance_type: g4dn.12xlarge | ||
| max_workers: 4 | ||
| min_workers: 4 | ||
| use_spot: false | ||
| resources: | ||
| cpu: 0 | ||
| - name: worker_node_cpu | ||
| instance_type: m5.4xlarge | ||
| max_workers: 4 | ||
| min_workers: 4 | ||
| use_spot: false | ||
TimothySeah marked this conversation as resolved.
Show resolved
Hide resolved
Comment on lines
+18
to
+22
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. do we need to add cpu nodes for this test?
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. See the testing notes (#57120 (comment)) - doing this kept memory growth low. Lmk if this is fine.
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. interesting 🤔 |
||
Uh oh!
There was an error while loading. Please reload this page.