mirror of
https://github.com/hwchase17/langchain.git
synced 2025-06-23 23:29:21 +00:00
docs: fix typo in local_llms.ipynb (#31449)
change `--no-cache-dirclear` -> `--no-cache-dir`. pip throws `no such option: --no-cache-dirclear` since its invalid. `--no-cache-dir` is the correct one.
This commit is contained in:
parent
d3be4a0c56
commit
9a78246d29
@ -314,7 +314,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 --upgrade --quiet llama-cpp-python --no-cache-dirclear"
|
"%pip install --upgrade --quiet llama-cpp-python --no-cache-dir"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user