Files
oam/knowledge base/ai/lmstudio.md
2026-02-04 00:12:35 +01:00

68 lines
896 B
Markdown

# LMStudio
Allows running LLMs locally.
<!-- Remove this line to uncomment if used
## Table of contents <!-- omit in toc -->
1. [TL;DR](#tldr)
1. [Further readings](#further-readings)
1. [Sources](#sources)
## TL;DR
<details>
<summary>Setup</summary>
```sh
brew install --cask 'lm-studio'
```
</details>
<!-- Uncomment if used
<details>
<summary>Usage</summary>
```sh
```
</details>
-->
<!-- Uncomment if used
<details>
<summary>Real world use cases</summary>
```sh
```
</details>
-->
## Further readings
- [Website]
- [Codebase]
- [Blog]
### Sources
- [Documentation]
<!--
Reference
═╬═Time══
-->
<!-- In-article sections -->
<!-- Knowledge base -->
<!-- Files -->
<!-- Upstream -->
[Blog]: https://lmstudio.ai/blog
[Codebase]: https://github.com/lmstudio-ai
[Documentation]: https://lmstudio.ai/docs/
[Website]: https://lmstudio.ai/
<!-- Others -->