File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 .
329329uv 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
334344Tests are categorized using pytest markers:
You can’t perform that action at this time.
0 commit comments