Commit 1b8e2891 authored by Jared Casper's avatar Jared Casper
Browse files

Merge branch 'ci' into 'main'

Init CI tests with very basic import test.

See merge request ADLR/megatron-lm!224
parents f2a3a25c 2526c614
image: gitlab-master.nvidia.com/dl/dgx/pytorch:20.12-py3-devel
test:
script:
- pytest --junitxml=report.xml tests
artifacts:
when: always
reports:
junit: report.xml
\ No newline at end of file
def test_import():
import megatron
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment