File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -67,13 +67,12 @@ example-ada:
6767 - TEST : [llm_eval, llm_ptq, vlm_ptq, llm_autodeploy]
6868 - TEST : [onnx_ptq]
6969 TEST_TYPE : bash
70-
7170# #### Megatron / NeMo Integration Tests #####
72- megatron-nemo-integration :
73- extends : .tests-default
74- variables :
75- UPSTREAM_REF : $CI_COMMIT_REF_NAME
76- trigger :
77- project : omniml/integration/nmm-sandbox
78- branch : main
79- strategy : depend # Make sure the upstream task is waiting for the downstream task
71+ # megatron-nemo-integration:
72+ # extends: .tests-default
73+ # variables:
74+ # UPSTREAM_REF: $CI_COMMIT_REF_NAME
75+ # trigger:
76+ # project: omniml/integration/nmm-sandbox
77+ # branch: main
78+ # strategy: depend # Make sure the upstream task is waiting for the downstream task
Original file line number Diff line number Diff line change 2020
2121# Package configuration ############################################################################
2222name = "nvidia-modelopt"
23- version = get_version (root = "." , fallback_version = "0.35.0 " )
23+ version = get_version (root = "." , fallback_version = "0.35.1 " )
2424packages = setuptools .find_namespace_packages (include = ["modelopt*" ])
2525package_dir = {"" : "." }
2626package_data = {"modelopt" : ["**/*.h" , "**/*.cpp" , "**/*.cu" ]}
You can’t perform that action at this time.
0 commit comments