diff options
author | Ty Dunn <ty@tydunn.com> | 2023-09-27 12:15:15 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-27 12:15:15 -0700 |
commit | d4acf4bb11dbd7d3d6210e2949d21143d721e81e (patch) | |
tree | 8721faf94bb018298565feb1ab9aef85b6c2fc18 | |
parent | 0315ebcc09037c9bd7ac41660853701318f3d688 (diff) | |
download | sncontinue-d4acf4bb11dbd7d3d6210e2949d21143d721e81e.tar.gz sncontinue-d4acf4bb11dbd7d3d6210e2949d21143d721e81e.tar.bz2 sncontinue-d4acf4bb11dbd7d3d6210e2949d21143d721e81e.zip |
pull -> run
-rw-r--r-- | docs/docs/walkthroughs/codellama.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/docs/walkthroughs/codellama.md b/docs/docs/walkthroughs/codellama.md index b6ee2c22..4bf18c57 100644 --- a/docs/docs/walkthroughs/codellama.md +++ b/docs/docs/walkthroughs/codellama.md @@ -29,7 +29,7 @@ config = ContinueConfig( ## Ollama 1. Download Ollama [here](https://ollama.ai/) (it should walk you through the rest of these steps) -2. Open a terminal and run `ollama pull codellama`\* +2. Open a terminal and run `ollama run codellama`\* 3. Change your Continue config file to look like this: ```python |