Commit 5960685
[train] Port over remaining tests to Train v2 (ray-project#57722)
Ports over the remaining unit tests that were marked as TODOs from this
series of PRs: ray-project#57534, ray-project#57256, ray-project#56868, ray-project#56820, ray-project#56816.
Notably:
* `test_new_dataset_config -> test_data_integration`
* `test_backend -> test_torch_trainer, test_worker_group`
* `test_gpu -> test_torch_gpu`
This PR also finishes migrating the Tune LightGBM/Keras examples which
were unblocked by ray-project#57042 and
ray-project#57121.
---------
Signed-off-by: Justin Yu <justinvyu@anyscale.com>
Signed-off-by: Aydin Abiar <aydin@anyscale.com>1 parent 5871494 commit 5960685
File tree
34 files changed
+479
-2649
lines changed- doc/source
- train/examples/pytorch
- tune/examples
- python/ray
- air
- train
- examples/pytorch
- v2
- tests
- tune
- examples
- release
- air_tests
- air_benchmarks/mlperf-train
- horovod
- workloads
- long_running_distributed_tests
- workloads
34 files changed
+479
-2649
lines changedLines changed: 0 additions & 15 deletions
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
24 | | - | |
25 | 23 | | |
26 | 24 | | |
27 | 25 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
48 | 47 | | |
49 | 48 | | |
50 | 49 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
| 39 | + | |
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| |||
150 | 150 | | |
151 | 151 | | |
152 | 152 | | |
153 | | - | |
| 153 | + | |
154 | 154 | | |
155 | 155 | | |
156 | 156 | | |
| |||
186 | 186 | | |
187 | 187 | | |
188 | 188 | | |
189 | | - | |
| 189 | + | |
190 | 190 | | |
191 | 191 | | |
192 | 192 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
| 46 | + | |
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
181 | 181 | | |
182 | 182 | | |
183 | 183 | | |
184 | | - | |
185 | | - | |
186 | | - | |
187 | | - | |
188 | | - | |
189 | | - | |
190 | | - | |
191 | | - | |
192 | | - | |
193 | | - | |
194 | | - | |
195 | | - | |
196 | | - | |
197 | | - | |
198 | | - | |
199 | | - | |
200 | | - | |
201 | 184 | | |
202 | 185 | | |
203 | 186 | | |
| |||
362 | 345 | | |
363 | 346 | | |
364 | 347 | | |
365 | | - | |
| 348 | + | |
| 349 | + | |
| 350 | + | |
366 | 351 | | |
367 | 352 | | |
368 | 353 | | |
| |||
466 | 451 | | |
467 | 452 | | |
468 | 453 | | |
469 | | - | |
| 454 | + | |
470 | 455 | | |
471 | 456 | | |
472 | 457 | | |
| |||
602 | 587 | | |
603 | 588 | | |
604 | 589 | | |
605 | | - | |
606 | | - | |
| 590 | + | |
607 | 591 | | |
608 | 592 | | |
609 | | - | |
610 | 593 | | |
611 | 594 | | |
| 595 | + | |
612 | 596 | | |
613 | 597 | | |
614 | 598 | | |
| |||
683 | 667 | | |
684 | 668 | | |
685 | 669 | | |
686 | | - | |
| 670 | + | |
| 671 | + | |
687 | 672 | | |
688 | 673 | | |
689 | 674 | | |
| |||
Lines changed: 0 additions & 253 deletions
This file was deleted.
0 commit comments