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
2. **Download a Model:** Ollama supports many different models. You can find a list of available models on the [Ollama website](https://ollama.com/library). Some recommended models for coding tasks include:
14
-
15
-
*`codellama:7b-code` (good starting point, smaller)
16
-
*`codellama:13b-code` (better quality, larger)
17
-
*`codellama:34b-code` (even better quality, very large)
*`deepseek-coder:6.7b-base` (good for coding tasks)
21
-
*`llama3:8b-instruct-q5_1` (good for general tasks)
13
+
2. **Download a Model:** Ollama supports many different models. You can find a list of available models on the [Ollama website](https://ollama.com/library).
0 commit comments