docs: Remove trailing "`" in pip install command (#14730)

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
This commit is contained in:
William C Grisaitis 2023-12-14 19:04:19 -06:00 committed by GitHub
parent c7b5dbe8ec
commit 6bbf0797f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -277,7 +277,7 @@
"source": [ "source": [
"%env CMAKE_ARGS=\"-DLLAMA_METAL=on\"\n", "%env CMAKE_ARGS=\"-DLLAMA_METAL=on\"\n",
"%env FORCE_CMAKE=1\n", "%env FORCE_CMAKE=1\n",
"%pip install -U llama-cpp-python --no-cache-dirclear`" "%pip install -U llama-cpp-python --no-cache-dirclear"
] ]
}, },
{ {