"megatron/git@developer.sourcefind.cn:wuxk1/megatron-lm.git" did not exist on "806422e5ec35c27b027dbb413b05e27b6590dc56"
  • Aymeric Augustin's avatar
    Remove unittest.main() in test modules. · 7e98e211
    Aymeric Augustin authored
    This construct isn't used anymore these days.
    
    Running python tests/test_foo.py puts the tests/ directory on
    PYTHONPATH, which isn't representative of how we run tests.
    
    Use python -m unittest tests/test_foo.py instead.
    7e98e211
test_modeling_tf_distilbert.py 8.98 KB