Update README.md
Browse files
README.md
CHANGED
|
@@ -77,13 +77,12 @@ python evaluate_connectivity.py <tested-generated-folder>
|
|
| 77 |
|
| 78 |
### Topologies generation
|
| 79 |
|
| 80 |
-
- Start Ollama server (after installation)
|
| 81 |
-
ollama serve
|
| 82 |
|
| 83 |
- Pull a model you plan to use (models are defined in models_configuration.py)
|
| 84 |
-
ollama pull qwen3:32b
|
| 85 |
-
ollama pull mistral-small:24b
|
| 86 |
-
```
|
| 87 |
|
| 88 |
- The code expects the Ollama HTTP API to be reachable at `http://localhost:11434` (default).
|
| 89 |
|
|
|
|
| 77 |
|
| 78 |
### Topologies generation
|
| 79 |
|
| 80 |
+
- Start Ollama server (after installation) : ```bash
|
| 81 |
+
ollama serve ```
|
| 82 |
|
| 83 |
- Pull a model you plan to use (models are defined in models_configuration.py)
|
| 84 |
+
```bash ollama pull qwen3:32b```
|
| 85 |
+
```bash ollama pull mistral-small:24b```
|
|
|
|
| 86 |
|
| 87 |
- The code expects the Ollama HTTP API to be reachable at `http://localhost:11434` (default).
|
| 88 |
|