1
.github/workflows/self-scheduled.yml
vendored
1
.github/workflows/self-scheduled.yml
vendored
@@ -250,6 +250,7 @@ jobs:
|
|||||||
RUN_SLOW: yes
|
RUN_SLOW: yes
|
||||||
run: |
|
run: |
|
||||||
source .env/bin/activate
|
source .env/bin/activate
|
||||||
|
pip install -r examples/_tests_requirements.txt
|
||||||
python -m pytest -n 1 --dist=loadfile -s --make-reports=tests_torch_examples_multi_gpu examples
|
python -m pytest -n 1 --dist=loadfile -s --make-reports=tests_torch_examples_multi_gpu examples
|
||||||
|
|
||||||
- name: Failure short reports
|
- name: Failure short reports
|
||||||
|
|||||||
@@ -57,7 +57,7 @@ def require_deepspeed(test_case):
|
|||||||
class TestDeepSpeed(TestCasePlus):
|
class TestDeepSpeed(TestCasePlus):
|
||||||
|
|
||||||
# this setup emulates a notebook where a launcher needs to be emulated by hand
|
# this setup emulates a notebook where a launcher needs to be emulated by hand
|
||||||
@mockenv(MASTER_ADDR="localhost", MASTER_PORT="109999", RANK="0", LOCAL_RANK="0", WORLD_SIZE="1")
|
@mockenv(MASTER_ADDR="localhost", MASTER_PORT="10999", RANK="0", LOCAL_RANK="0", WORLD_SIZE="1")
|
||||||
def test_fake_notebook_no_launcher(self):
|
def test_fake_notebook_no_launcher(self):
|
||||||
sys.path.append(self.tests_dir_str)
|
sys.path.append(self.tests_dir_str)
|
||||||
from test_trainer import get_regression_trainer
|
from test_trainer import get_regression_trainer
|
||||||
|
|||||||
Reference in New Issue
Block a user