1. 27 Jul, 2020 8 commits
  2. 26 Jul, 2020 3 commits
    • Rodolfo De Nadai's avatar
      Update README.md of my model (#6042) · f7f03b22
      Rodolfo De Nadai authored
      f7f03b22
    • 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
  3. 24 Jul, 2020 13 commits
  4. 23 Jul, 2020 8 commits
  5. 22 Jul, 2020 7 commits
  6. 21 Jul, 2020 1 commit