build-pyt.yaml 573 Bytes
Newer Older
hepj's avatar
hepj committed
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
type: build
format_version: 1
maintainers: [maanug]
spec:
  name: mcore-pyt
  platforms: [linux/amd64]
  source:
    # The image tag will be added via `jet-tests.yaml`
    # Tags are one of {buildcache, $CI_PIPELINE_ID}
    image: gitlab-master.nvidia.com/adlr/megatron-lm/mcore_ci
    

---
type: build
format_version: 1
maintainers: [maanug]
spec:
  name: mcore-nemo
  platforms: [linux/amd64]
  source:
    # The image tag will be added via `jet-tests.yaml`
    # Tags are one of {buildcache, $CI_PIPELINE_ID}
    image: gitlab-master.nvidia.com/adlr/megatron-lm/nemo_ci