You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
langchain/docs
Abhinav 8e44363ec9
langchain_community: Update documentation for installing llama-cpp-python on windows (#16666)
**Description** : This PR updates the documentation for installing
llama-cpp-python on Windows.

- Updates install command to support pyproject.toml
- Makes CPU/GPU install instructions clearer
- Adds reinstall with GPU support command

**Issue**: Existing
[documentation](https://python.langchain.com/docs/integrations/llms/llamacpp#compiling-and-installing)
lists the following commands for installing llama-cpp-python
```
python setup.py clean
python setup.py install
````
The current version of the repo does not include a `setup.py` and uses a
`pyproject.toml` instead.
This can be replaced with
```
python -m pip install -e .
```
As explained in
https://github.com/abetlen/llama-cpp-python/issues/965#issuecomment-1837268339
**Dependencies**: None
**Twitter handle**: None

---------

Co-authored-by: blacksmithop <angstycoder101@gmaii.com>
8 months ago
..
api_reference docs: bump sphinx>=5 (#16162) 9 months ago
docs langchain_community: Update documentation for installing llama-cpp-python on windows (#16666) 8 months ago
scripts docs: fix llm/chat_model tables (#15716) 9 months ago
src docs[patch]: fix zoom (#14786) 10 months ago
static docs: Update with LCEL examples to Ollama & ChatOllama Integration notebook (#16194) 9 months ago
.local_build.sh update chain docs (#15495) 9 months ago
README.md docs: developer docs (#14776) 10 months ago
babel.config.js Restructure docs (#11620) 12 months ago
code-block-loader.js Restructure docs (#11620) 12 months ago
docusaurus.config.js docs: add changelog (#15606) 9 months ago
package-lock.json docs[patch]: search experiment (#14254) 10 months ago
package.json docs[patch]: search experiment (#14254) 10 months ago
settings.ini Restructure docs (#11620) 12 months ago
sidebars.js docs: add LangGraph (#15682) 9 months ago
vercel.json exa: init pkg (#16553) 8 months ago
vercel_build.sh docs: add LangGraph (#15682) 9 months ago
vercel_requirements.txt infra: docs build install community editable (#14739) 10 months ago

README.md

LangChain Documentation

For more information on contributing to our documentation, see the Documentation Contributing Guide