areno 0.0.1.dev0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
areno/__init__.py
ADDED
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: areno
|
|
3
|
+
Version: 0.0.1.dev0
|
|
4
|
+
Summary: Extreme single-node scale-up infrastructure for LLM post-training.
|
|
5
|
+
Author: asystem
|
|
6
|
+
License: Apache-2.0
|
|
7
|
+
Project-URL: Homepage, https://github.com/asystem/areno
|
|
8
|
+
Project-URL: Repository, https://github.com/asystem/areno
|
|
9
|
+
Keywords: llm,post-training,rlhf,reinforcement-learning,cuda,inference
|
|
10
|
+
Classifier: Development Status :: 2 - Pre-Alpha
|
|
11
|
+
Classifier: Intended Audience :: Developers
|
|
12
|
+
Classifier: Intended Audience :: Science/Research
|
|
13
|
+
Classifier: License :: OSI Approved :: Apache Software License
|
|
14
|
+
Classifier: Programming Language :: Python :: 3
|
|
15
|
+
Classifier: Programming Language :: Python :: 3.10
|
|
16
|
+
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
|
|
17
|
+
Requires-Python: >=3.10
|
|
18
|
+
Description-Content-Type: text/markdown
|
|
19
|
+
|
|
20
|
+
# areno
|
|
21
|
+
|
|
22
|
+
**Extreme single-node scale-up infrastructure for LLM post-training.**
|
|
23
|
+
|
|
24
|
+
> This is a name placeholder release. The project is not yet generally
|
|
25
|
+
> available on PyPI. Development happens at
|
|
26
|
+
> <https://github.com/asystem/areno>.
|
|
27
|
+
|
|
28
|
+
`areno` is a CUDA-native post-training and inference stack for local LLMs:
|
|
29
|
+
one workflow for RL/SFT training, tensor-parallel rollout, Hugging
|
|
30
|
+
Face-compatible checkpointing, and an OpenAI-compatible serving endpoint —
|
|
31
|
+
all on a single node.
|
|
32
|
+
|
|
33
|
+
Until the first general release, install from source following the
|
|
34
|
+
instructions in the [GitHub repository](https://github.com/asystem/areno).
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
areno/__init__.py,sha256=5dUmK9P_jBO4QxLvfql5ZMIUHQDDEfL4tt7laH1g0kE,203
|
|
2
|
+
areno-0.0.1.dev0.dist-info/METADATA,sha256=RZ18rhev_2zTKfgRwjwExZlNLIukp6eZUnEt1nR5SmU,1410
|
|
3
|
+
areno-0.0.1.dev0.dist-info/WHEEL,sha256=aeYiig01lYGDzBgS8HxWXOg3uV61G9ijOsup-k9o1sk,91
|
|
4
|
+
areno-0.0.1.dev0.dist-info/top_level.txt,sha256=H93PqP9mJdP7B_UtO3yQ2xi_Wo9y1axiIlFZmO-Oi6g,6
|
|
5
|
+
areno-0.0.1.dev0.dist-info/RECORD,,
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
areno
|