Metadata-Version: 2.4
Name: dora-phi4
Version: 0.3.12
Summary: DORA node for Phi-4 multimodal model
Author-email: Somay <ssomay2002@gmail.com>
License: MIT
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: dora-rs>=0.3.9
Requires-Dist: torch==2.6.0
Requires-Dist: torchvision==0.21.0
Requires-Dist: transformers==4.48.2
Requires-Dist: accelerate==1.3.0
Requires-Dist: soundfile==0.13.1
Requires-Dist: pillow==11.1.0
Requires-Dist: scipy==1.15.2
Requires-Dist: backoff==2.2.1
Requires-Dist: peft==0.13.2
Requires-Dist: bitsandbytes>=0.42.0
Requires-Dist: opencv-python
Requires-Dist: requests

# dora-phi4

## Getting started

- Install it with uv:

```bash
uv venv -p 3.11 --seed
uv pip install -e .
```

## Contribution Guide

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

```bash
uv pip install ruff
uv run ruff check . --fix
```

- Lint with ruff:

```bash
uv run ruff check .
```

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

```bash
uv pip install pytest
uv run pytest . # Test
```

## YAML Specification

## Examples

## License

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