Metadata-Version: 2.4
Name: seagnal
Version: 0.1.2
Summary: Add your description here
Requires-Python: >=3.12
Description-Content-Type: text/markdown
Requires-Dist: accelerate>=1.3.0
Requires-Dist: bitsandbytes>=0.45.2
Requires-Dist: datasets>=3.2.0
Requires-Dist: deepspeed>=0.16.3
Requires-Dist: flash-attn>=2.7.3
Requires-Dist: matplotlib>=3.10.0
Requires-Dist: peft>=0.14.0
Requires-Dist: pillow>=11.1.0
Requires-Dist: qwen-vl-utils>=0.0.10
Requires-Dist: seaborn>=0.13.2
Requires-Dist: setuptools>=75.8.0
Requires-Dist: tabulate>=0.9.0
Requires-Dist: torch==2.5.1
Requires-Dist: torchvision==0.20.1
Requires-Dist: tqdm>=4.67.1
Requires-Dist: transformers
Requires-Dist: trl
Requires-Dist: vllm>=0.7.3
Requires-Dist: wandb>=0.19.6

# Seagnal

_Approximating GUI reward functions with VLMs_

See [this](https://docs.google.com/document/d/1f3bNNbzKU-CfB-PuOsH__XJL9IYyxVdceXncG2jVk0U/edit?usp=sharing).

## Installation

`flash-attn` requires torch so one way to install would be:

```
uv sync --no-install-package flash-attn
uv sync
```
