Skip to content

Commit

Permalink
feat: Add DeepSeek READMEs and Example (#851)
Browse files Browse the repository at this point in the history
**Reason for Change**:
Add DeepSeek READMEs and Example
  • Loading branch information
ishaansehgal99 authored Jan 30, 2025
1 parent 31bdf47 commit e333f2a
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
apiVersion: kaito.sh/v1alpha1
kind: Workspace
metadata:
name: workspace-deepseek-r1-distill-llama-8b
resource:
instanceType: "Standard_NC24ads_A100_v4"
labelSelector:
matchLabels:
apps: deepseek-r1-distill-llama-8b
inference:
preset:
name: "deepseek-r1-distill-llama-8b"

Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
apiVersion: kaito.sh/v1alpha1
kind: Workspace
metadata:
name: workspace-deepseek-r1-distill-qwen-14b
resource:
instanceType: "Standard_NC24ads_A100_v4"
labelSelector:
matchLabels:
apps: deepseek-r1-distill-qwen-14b
inference:
preset:
name: "deepseek-r1-distill-qwen-14b"

13 changes: 13 additions & 0 deletions presets/workspace/models/deepseek/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
## Supported Models
| Model name | Model source | | Kubernetes Workload | Distributed inference |
|---------------------|:-----------------------------------------------------------:|:-------------------------------------------------------------------------------:|:-------------------:|:---------------------:|
| deepseek-r1-distill-llama-8b | [deepseek-r1-distill-llama-8b](https://huggingface.co/deepseek-ai/DeepSeek-R1-Distill-Llama-8B) | [link](../../../../examples/inference/kaito_workspace_deepseek_r1_distill_llama_8b.yaml) | Deployment | false |
| deepseek-r1-distill-qwen-14b | [deepseek-r1-distill-qwen-14b](https://huggingface.co/deepseek-ai/DeepSeek-R1-Distill-Qwen-14B) | [link](../../../../examples/inference/kaito_workspace_deepseek_r1_distill_qwen_14b.yaml) | Deployment | false |


## Image Source
- **Public**: Kaito maintainers manage the lifecycle of the inference service images that contain model weights. The images are available in Microsoft Container Registry (MCR).

## Usage

See [document](../../../../docs/inference/README.md).

0 comments on commit e333f2a

Please sign in to comment.