We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb14918 commit 0c07effCopy full SHA for 0c07eff
ai-chatbot/README.md
@@ -27,7 +27,7 @@ docker run -d --name ollama -p 11434:11434 ollama/ollama:latest
27
Pull and prepare the LLaMA 3.2:1B model:
28
29
```sh
30
-docker exec -it ollama ollama pull llama3:1b
+docker exec -it ollama ollama pull llama3.2:1b
31
```
32
33
## 3. Run the Streamlit Chatbot Container
0 commit comments