Skip to content

Commit 0365238

Browse files
Update release version to 0.35.1
Signed-off-by: Keval Morabia <28916987+kevalmorabia97@users.noreply.github.com>
1 parent dedd198 commit 0365238

2 files changed

Lines changed: 9 additions & 10 deletions

File tree

.gitlab/tests.yml

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff 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

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
# Package configuration ############################################################################
2222
name = "nvidia-modelopt"
23-
version = get_version(root=".", fallback_version="0.35.0")
23+
version = get_version(root=".", fallback_version="0.35.1")
2424
packages = setuptools.find_namespace_packages(include=["modelopt*"])
2525
package_dir = {"": "."}
2626
package_data = {"modelopt": ["**/*.h", "**/*.cpp", "**/*.cu"]}

0 commit comments

Comments
 (0)