Skip to content

Commit 7501093

Browse files
authored
docs: add documentation listing required models for non qualitative tests to run (#674)
Adds a Required models section with a list of required ollama models for non qualitative tests to pass
1 parent 46935a8 commit 7501093

1 file changed

Lines changed: 11 additions & 1 deletion

File tree

CONTRIBUTING.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ to melleaadmin@ibm.com.
4242

4343
- Python 3.10 or higher (3.13+ requires [Rust compiler](https://www.rust-lang.org/tools/install) for outlines)
4444
- [uv](https://docs.astral.sh/uv/getting-started/installation/) (recommended) or conda/mamba
45-
- [Ollama](https://ollama.com/download) (for local testing)
45+
- [Ollama](https://ollama.com/download) with [required models](#required-models) (for local testing)
4646

4747
### Installation with `uv` (Recommended)
4848

@@ -329,6 +329,16 @@ uv run ruff format .
329329
uv run ruff check .
330330
```
331331

332+
### Required Models
333+
334+
#### Ollama
335+
- `granite4:micro-h`
336+
- `granite3.2-vision`
337+
- `granite4:micro`
338+
- `qwen2.5vl:7b`
339+
340+
_Note: ollama models can be obtained by running `ollama pull <model>`_
341+
332342
### Test Markers
333343

334344
Tests are categorized using pytest markers:

0 commit comments

Comments
 (0)