1. 26 Jul, 2020 2 commits
    • Stas Bekman's avatar
      don't complain about missing W&B when WANDB_DISABLED=true (#6036) · fb0589a0
      Stas Bekman authored
      * don't complain about missing W&B when WANDB_DISABLED=true
      
      * reformat to elif
      
      * typo
      fb0589a0
    • Stas Bekman's avatar
      add a summary report flag for run_examples on CI (#6035) · daa5dd12
      Stas Bekman authored
      Currently, it's hard to derive which example tests were run on CI, and which weren't. Adding `-rA` flag to `pytest`, will now include a summary like:
      
      ```
      ==================================================================== short test summary info =====================================================================
      PASSED examples/test_examples.py::ExamplesTests::test_generation
      PASSED examples/test_examples.py::ExamplesTests::test_run_glue
      PASSED examples/test_examples.py::ExamplesTests::test_run_language_modeling
      PASSED examples/test_examples.py::ExamplesTests::test_run_squad
      FAILED examples/test_examples.py::ExamplesTests::test_run_pl_glue - AttributeError: 'Namespace' object has no attribute 'gpus'
      ============================================================ 1 failed, 4 passed, 8 warnings in 42.96s ============================================================
      ```
      which makes it easier to validate whether some example is being covered by CI or not.
      daa5dd12
  2. 24 Jul, 2020 13 commits
  3. 23 Jul, 2020 8 commits
  4. 22 Jul, 2020 7 commits
  5. 21 Jul, 2020 10 commits