We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94e3f9a commit c96beefCopy full SHA for c96beef
.gitlab/tests.yml
@@ -2,7 +2,10 @@
2
.tests-default:
3
stage: tests
4
rules:
5
- - if: $CI_PIPELINE_SOURCE == "web" || $CI_PIPELINE_SOURCE == "external_pull_request_event"
+ - if: $CI_PIPELINE_SOURCE == "web"
6
+ when: manual
7
+ - if: $CI_PIPELINE_SOURCE != "web"
8
+ when: never
9
10
##### Unit Tests #####
11
unit:
@@ -65,7 +68,7 @@ example-ada:
65
68
- TEST: [onnx_ptq]
66
69
TEST_TYPE: bash
67
70
-##### [WIP] Megatron / NeMo Integration Tests #####
71
+##### Megatron / NeMo Integration Tests #####
72
megatron-nemo-integration:
73
extends: .tests-default
74
variables:
0 commit comments