Skip to content

Commit fbb01d5

Browse files
authored
bump version to 0.2.0 (#100)
<!-- **Thanks for contributing to Awex.** **If this is your first time opening a PR on Awex, you can refer to [CONTRIBUTING.md](https://github.com/inclusionAI/asystem-awex/blob/main/CONTRIBUTING.md).** Contribution Checklist - The **Awex** community has requirements on the naming of pr titles. You can also find instructions in [CONTRIBUTING.md](https://github.com/inclusionAI/asystem-awex/blob/main/CONTRIBUTING.md). --> ## What does this PR do? <!-- Describe the details of this PR. --> ## Related issues <!-- Is there any related issue? If this PR closes them you say say fix/closes: - #xxxx0 - #xxxx1 - Fixes #xxxx2 --> ## Does this PR introduce any user-facing change? <!-- If any user-facing interface changes, please [open an issue](https://github.com/inclusionAI/asystem-awex/issues/new/choose) describing the need to do so and update the document if necessary. Delete section if not applicable. --> - [ ] Does this PR introduce any public API change? - [ ] Does this PR introduce any binary protocol compatibility change?
1 parent da1352f commit fbb01d5

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Awex
22

3+
[![Build Status](https://img.shields.io/github/actions/workflow/status/inclusionAI/asystem-awex/ci.yml?branch=main&style=for-the-badge&label=GITHUB%20ACTIONS&logo=github)](https://github.com/inclusionAI/asystem-awex/actions/workflows/ci.yml)
4+
[![PyPI](https://img.shields.io/pypi/v/awex.svg?logo=PyPI)](https://pypi.org/project/awex/)
5+
[![Python Versions](https://img.shields.io/pypi/pyversions/awex.svg?logo=python)](https://pypi.org/project/awex/)
6+
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
7+
8+
39
**Awex** is a high-performance RL training-inference **weight synchronization** framework,
410
designed to enable **second-level parameter updates** from training to inference in RL workflows.
511
It minimizes iteration latency, ensuring rollout phases consistently use the latest model.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "awex"
7-
version = "0.1.0"
7+
version = "0.2.0"
88
description = "High-performance RL training-inference weight synchronization framework"
99
readme = "README.md"
1010
license = {text = "Apache-2.0"}

0 commit comments

Comments
 (0)