KholoudLIA commited on
Commit
4bba735
·
verified ·
1 Parent(s): ad5f6e7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -3
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) : ```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
 
 
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