Metadata-Version: 2.4
Name: small-vlm
Version: 0.1.0
Summary: small vlm for training and experiments
Project-URL: Repository, https://github.com/leo1oel/small-vlm
Author-email: Yiming Liu <liuym23@mails.tsinghua.edu.cn>
License-Expression: MIT
License-File: LICENSE
Requires-Python: <4.0,>=3.11
Requires-Dist: hydra-colorlog>=1.2.0
Requires-Dist: hydra-core>=1.3.2
Requires-Dist: rich>=13.9.4
Description-Content-Type: text/markdown

# small-vlm

this is small-vlm used for experiments.

---

## Installing uv and Python

This project is set up to use [**uv**](https://docs.astral.sh/uv/), the new package
manager for Python. `uv` replaces traditional use of `pyenv`, `pipx`, `poetry`, `pip`,
etc. This is a quick cheat sheet on that:

On macOS or Linux, if you don't have `uv` installed, a quick way to install it:

```shell
curl -LsSf https://astral.sh/uv/install.sh | sh
```

For macOS, you prefer [brew](https://brew.sh/) you can install or upgrade uv with:

```shell
brew update
brew install uv
```

See [uv&#39;s docs](https://docs.astral.sh/uv/getting-started/installation/) for more
installation methods and platforms.

Now you can use uv to install a current Python environment:

```shell
uv python install 3.13 # Or pick another version.
```

## Development Workflows

For development workflows, see [development.md](development.md).

For instructions on publishing to PyPI, see [publishing.md](publishing.md).

---

*This project was built from
[simple-modern-uv](https://github.com/jlevy/simple-modern-uv).*
