# Requirements for Local LLMs > **Note:** These dependencies are only needed if you want to run LLMs locally. > Install from [requirements-local-llm.txt](requirements-local-llm.txt) in the project root, or use the [llm-local] extra as outlined in the [User Guide](USER_GUIDE.md#optional-local-llm-support). ```` # Requirements for running local LLMs (downloaded from Hugging Face) # Install with: pip install -r requirements-local-llm.txt torch==2.10.0 transformers==5.1.0 ````