Metadata-Version: 2.4
Name: causallm
Version: 0.1.0
Summary: Causal Large Models
Author-email: Jeong-Yoon Lee <jeongyoon.lee1@gmail.com>
License: MIT
Project-URL: Homepage, https://github.com/causalmodel/causallm
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Provides-Extra: dev
Requires-Dist: pytest>=7.0; extra == "dev"
Dynamic: license-file

# CausalLM

Causal Large Models

## Installation

```bash
pip install causallm
```

Or with [uv](https://docs.astral.sh/uv/):

```bash
uv add causallm
```

## Development

```bash
pip install -e ".[dev]"
pytest
```

## License

MIT
