You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
then open the folder in vscode and rebuild in container with CTRL+SHIFT+P
8
+
9
+
select the appropriate interpreter again with CTRL+SHIFT+P and enter `interpreter` in the command palette, so that pylance can find Pyl all venv modules
10
+
11
+
[](images/select_interpreter.png)
12
+
13
+
# download the model
14
+
15
+
```
16
+
ollama pull deepseek-r1:1.5b
17
+
```
18
+
19
+
```
20
+
ollama run deepseek-r1:1.5b "tu parles français ?"
21
+
ollama run deepseek-r1:1.5b "factorise l'équation 3x^2 + 5x - 2"
0 commit comments