Miscellaneous UI updates (#6947)

### What problem does this PR solve?


### Type of change


- [x] Documentation Update
This commit is contained in:
writinwaters
2025-04-10 20:09:46 +08:00
committed by GitHub
parent 4b125f0ffe
commit 6051abb4a3
12 changed files with 23 additions and 21 deletions

View File

@ -3,11 +3,11 @@ sidebar_position: 2
slug: /deploy_local_llm
---
# Deploy LLM locally
# Deploy local models
import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';
Run models locally using Ollama, Xinference, or other frameworks.
Deploy and run local models using Ollama, Xinference, or other frameworks.
---