Skip to content

Commit 7435d3c

Browse files
authored
[version] release v0.3.0 (#222)
1 parent 4254afb commit 7435d3c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

examples/runtime_env.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
working_dir: ./
22
excludes: ["/.git/"]
33
env_vars:
4-
TOKENIZERS_PARALLELISM": true
5-
NCCL_DEBUG": "WARN"
6-
VLLM_LOGGING_LEVEL": "INFO"
4+
TOKENIZERS_PARALLELISM: true
5+
NCCL_DEBUG: "WARN"
6+
VLLM_LOGGING_LEVEL: "INFO"
77
TORCH_NCCL_AVOID_RECORD_STREAMS: "1"
88
PYTORCH_CUDA_ALLOC_CONF: "expandable_segments:False"

verl/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
__version__ = "0.2.0.dev"
15+
__version__ = "0.3.0"

0 commit comments

Comments
 (0)