Skip to content

Commit

Permalink
docs: Remove trailing "`" in pip install command (langchain-ai#14730)
Browse files Browse the repository at this point in the history
hi! just a simple typo fix in the local LLM python docs

- **Description:** removing a trailing "\`" character in a `!pip install
...` command
  - **Issue:** n/a
  - **Dependencies:** n/a
  - **Tag maintainer:** n/a
  - **Twitter handle:** n/a
  • Loading branch information
grisaitis authored Dec 15, 2023
1 parent c7b5dbe commit 6bbf079
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/guides/local_llms.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@
"source": [
"%env CMAKE_ARGS=\"-DLLAMA_METAL=on\"\n",
"%env FORCE_CMAKE=1\n",
"%pip install -U llama-cpp-python --no-cache-dirclear`"
"%pip install -U llama-cpp-python --no-cache-dirclear"
]
},
{
Expand Down

0 comments on commit 6bbf079

Please sign in to comment.