docs: add nextra docs
Some checks are pending
Build / Build (push) Waiting to run
Build / Verify Plugin (push) Blocked by required conditions

This commit is contained in:
Carl-Robert Linnupuu 2026-02-18 02:53:13 +00:00
parent 4be7ba0b44
commit 33e886860c
87 changed files with 6342 additions and 0 deletions

View file

@ -0,0 +1,4 @@
{
"run-deepseek-r1-locally-mac-mini-pycharm": "Run Deepseek R1 locally on a Mac Mini in PyCharm",
"deploy-deepseek-r1-on-runpod-and-use-it-in-pycharm": "Deploy Deepseek R1 on a RunPod and use it in PyCharm"
}

View file

@ -0,0 +1,9 @@
# Deploy Deepseek R1 on a RunPod and use it in PyCharm
*By Laurent Meyer*
---
Deploy DeepSeek-R1 on Runpod Serverless with Docker & vLLM—run your own private local LLM that processes RAG data, auto-scales, and shuts down when idle.
[Read the full article →](https://meyer-laurent.com/deploying-deepseek-r1-on-runpod-serverless-and-use-it-in-pycharm)

View file

@ -0,0 +1,9 @@
# Run Deepseek R1 locally on a Mac Mini in PyCharm
*By Laurent Meyer*
---
Discover how to enhance your development workflow and protect proprietary code by setting up DeepSeek R1 locally on a Mac. This guide covers installing ProxyAI, configuring Ollama, and using a local Large Language Model for secure, AI-assisted coding without relying on public LLMs.
[Read the full article →](https://meyer-laurent.com/run-deepseek-r1-locally-mac-mini-pycharm)