mirror of
https://github.com/kharonsec/ollama-python
synced 2026-05-10 09:02:49 +02:00
10 lines
173 B
Markdown
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
|
|
```
|