Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Examples] Fix deepseek link #4721

Merged
merged 2 commits into from
Feb 15, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion llm/deepseek-r1-distilled/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ This guide walks through how to run and host DeepSeek-R1 models **on any infrast

Skypilot supports a variety of LLM frameworks and models. In this guide, we use [vLLM](https://github.com/vllm-project/vllm), an open-source library for fast LLM inference and serving, as an example.

**New**: We added a new SkyPilot YAML for running [DeepSeek-R1 685B with SGLang](https://github.com/skypilot/tree/master/deepseek-r1).
**New**: We added a new SkyPilot YAML for running [DeepSeek-R1 671B with SGLang](https://github.com/skypilot-org/skypilot/tree/master/llm/deepseek-r1).

## Step 0: Bring any infra

Expand Down