Skip to content

Commit 9a78246

Browse files
authored
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.
1 parent d3be4a0 commit 9a78246

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/how_to/local_llms.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@
314314
"source": [
315315
"%env CMAKE_ARGS=\"-DLLAMA_METAL=on\"\n",
316316
"%env FORCE_CMAKE=1\n",
317-
"%pip install --upgrade --quiet llama-cpp-python --no-cache-dirclear"
317+
"%pip install --upgrade --quiet llama-cpp-python --no-cache-dir"
318318
]
319319
},
320320
{

0 commit comments

Comments
 (0)