Files
ollama-python/examples/pull-progress/README.md
2024-01-18 11:20:54 -08:00

10 lines
173 B
Markdown

# pull-progress
This example emulates `ollama pull` using the Python library and [`tqdm`](https://tqdm.github.io/).
## Setup
```shell
pip install -r requirements.txt
```