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