Skip to content

Commit

Permalink
Merge branch 'ko3n1g/tests/disable-checkpoint' into 'main'
Browse files Browse the repository at this point in the history
tests: Disable broken ckpts test

See merge request ADLR/megatron-lm!2383
  • Loading branch information
ko3n1g committed Nov 22, 2024
2 parents 5a86aa4 + 220302e commit 54d61d3
Showing 1 changed file with 21 additions and 21 deletions.
42 changes: 21 additions & 21 deletions tests/functional_tests/jet_recipes/common.yaml
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
type: basic
format_version: 1
maintainers: [mcore]
loggers: [stdout]
spec:
name: "{test_case}"
model: common
build: mcore-pyt-{environment}
nodes: 1
gpus: 8
script: |-
ls
cd /opt/megatron-lm
python -m tests.functional_tests.test_cases.common.{test_case}
# type: basic
# format_version: 1
# maintainers: [mcore]
# loggers: [stdout]
# spec:
# name: "{test_case}"
# model: common
# build: mcore-pyt-{environment}
# nodes: 1
# gpus: 8
# script: |-
# ls
# cd /opt/megatron-lm
# python -m tests.functional_tests.test_cases.common.{test_case}

products:
- scope: [mr]
environment: [lts, dev]
platforms: [dgx_a100]
time_limit: [1800]
test_case:
- ckpt_converter
# products:
# - scope: [mr]
# environment: [lts, dev]
# platforms: [dgx_a100]
# time_limit: [1800]
# test_case:
# - ckpt_converter

0 comments on commit 54d61d3

Please sign in to comment.