Metadata-Version: 2.4
Name: dora-qwen
Version: 0.3.12
Summary: dora-qwen
Author-email: Your Name <email@email.com>
License: MIT
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Requires-Dist: dora-rs>=0.3.9
Requires-Dist: torch>=2.7.0
Requires-Dist: torchvision>=0.22
Requires-Dist: torchaudio>=2.7.0
Requires-Dist: opencv-python>=4.1.1
Requires-Dist: modelscope>=1.18.1
Requires-Dist: accelerate>=1.3.0
Requires-Dist: transformers<=4.52.1
Requires-Dist: mlx-lm>=0.21.1; sys_platform == "darwin"
Requires-Dist: llama-cpp-python

# dora-qwen

## Getting started

- Install it with pip:

```bash
pip install -e .
```

## Contribution Guide

- Format with [ruff](https://docs.astral.sh/ruff/):

```bash
ruff check . --fix
```

- Lint with ruff:

```bash
ruff check .
```

- Test with [pytest](https://github.com/pytest-dev/pytest)

```bash
pytest . # Test
```

## YAML Specification

## Examples

## License

dora-qwen's code are released under the MIT License
