Metadata-Version: 2.1
Name: constellaxion
Version: 0.3.1
Summary: The constellaXion CLI for managing your laboratory database
Author: Constellaxion Technologies, Inc.
Author-email: dev@constellaxion.ai
Keywords: constellaxion,ai,ml ops
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.10
Description-Content-Type: text/markdown

# constellaXion CLI

The fastest way to Train, Deploy and Serve Open Source Language Models to your Cloud environment

## Installation

Install the package:

```sh
pip install constellaxion
```


## Usage
1. Init your model:

    ```sh
    constellaXion init
    ```

2. View Training and Serving configurations:

    ```sh
    constallaXion job view
    ```

3. Train, Deploy and Serve model:

    ```sh
    constallaXion job run
    ```
