Metadata-Version: 2.4
Name: awex
Version: 0.0.1
Summary: Awex is a high-performance weights exchange framework for RL training
Author-email: chaokunyang <shawn.ck.yang@example.com>
License: Apache License 2.0
Project-URL: Homepage, https://github.com/chaokunyang/awex
Project-URL: Repository, https://github.com/chaokunyang/awex
Keywords: RL,LLM,model
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# awex

Awex is a high-performance weights exchange framework for RL training.

## Installation

```bash
pip install awex
```

## License

MIT License
