Skip to content

Commit

Permalink
fix build and package version
Browse files Browse the repository at this point in the history
Signed-off-by: Gerald Shen <[email protected]>
  • Loading branch information
gshennvm committed Dec 4, 2023
1 parent e839a04 commit 74abe6c
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 6 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)

### Bug Fixes

## [1.0.0] - 2023-11-06
## [0.1.0] - 2023-12-04
### Added
- First open source release
- First open source release
13 changes: 13 additions & 0 deletions nemo_aligner/algorithms/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Copyright (c) 2023, NVIDIA CORPORATION. All rights reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
8 changes: 4 additions & 4 deletions nemo_aligner/package_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
# limitations under the License.


MAJOR = 1
MINOR = 0
MAJOR = 0
MINOR = 1
PATCH = 0
PRE_RELEASE = "rc0"

Expand All @@ -27,9 +27,9 @@
__package_name__ = "nemo_aligner"
__contact_names__ = "NVIDIA"
__contact_emails__ = "[email protected]"
__homepage__ = "https://docs.nvidia.com/nemo-framework/user-guide/latest/index.html"
__homepage__ = "https://docs.nvidia.com/nemo-framework/user-guide/latest/ModelAlignment/index.html"
__repository_url__ = "https://github.com/NVIDIA/NeMo-Aligner"
__download_url__ = "https://github.com/NVIDIA/NeMo-Aligner/releases"
__description__ = "NeMo-Aligner - a toolkit for model alignment"
__license__ = "Apache2"
__keywords__ = "deep learning, machine learning, gpu, NLP, NeMo, nvidia, pytorch, torch, tts, speech, language, reinforcement learning, RLHF, preference modeling"
__keywords__ = "deep learning, machine learning, gpu, NLP, NeMo, nvidia, pytorch, torch, language, reinforcement learning, RLHF, preference modeling, SteerLM, DPO"

0 comments on commit 74abe6c

Please sign in to comment.