Skip to content

Commit 02eddab

Browse files
emerging-tech-cdk-constructs-botgithub-actions
and
github-actions
authored
chore(deps): upgrade list of models and DLC images (#974)
* chore(deps): upgrade list of models and DLC images Upgrade list of models and DLC images. See details in [workflow run]. [Workflow Run]: https://github.com/awslabs/generative-ai-cdk-constructs/actions/runs/13402634833 ------ *Automatically created by projen via the "code-generation" workflow* Signed-off-by: github-actions <[email protected]> * chore: self mutation Signed-off-by: github-actions <[email protected]> --------- Signed-off-by: github-actions <[email protected]> Co-authored-by: github-actions <[email protected]>
1 parent 5fe63b6 commit 02eddab

File tree

3 files changed

+43
-1
lines changed

3 files changed

+43
-1
lines changed

apidocs/classes/JumpStartModel.md

+36
Original file line numberDiff line numberDiff line change
@@ -30,36 +30,72 @@
3030

3131
***
3232

33+
### DEEPSEEK\_LLM\_R1\_DISTILL\_LLAMA\_70B\_1\_1\_0
34+
35+
> `readonly` `static` **DEEPSEEK\_LLM\_R1\_DISTILL\_LLAMA\_70B\_1\_1\_0**: [`JumpStartModel`](JumpStartModel.md)
36+
37+
***
38+
3339
### DEEPSEEK\_LLM\_R1\_DISTILL\_LLAMA\_8B\_1\_0\_0
3440

3541
> `readonly` `static` **DEEPSEEK\_LLM\_R1\_DISTILL\_LLAMA\_8B\_1\_0\_0**: [`JumpStartModel`](JumpStartModel.md)
3642

3743
***
3844

45+
### DEEPSEEK\_LLM\_R1\_DISTILL\_LLAMA\_8B\_1\_1\_0
46+
47+
> `readonly` `static` **DEEPSEEK\_LLM\_R1\_DISTILL\_LLAMA\_8B\_1\_1\_0**: [`JumpStartModel`](JumpStartModel.md)
48+
49+
***
50+
3951
### DEEPSEEK\_LLM\_R1\_DISTILL\_QWEN\_1\_5B\_1\_0\_0
4052

4153
> `readonly` `static` **DEEPSEEK\_LLM\_R1\_DISTILL\_QWEN\_1\_5B\_1\_0\_0**: [`JumpStartModel`](JumpStartModel.md)
4254

4355
***
4456

57+
### DEEPSEEK\_LLM\_R1\_DISTILL\_QWEN\_1\_5B\_1\_1\_0
58+
59+
> `readonly` `static` **DEEPSEEK\_LLM\_R1\_DISTILL\_QWEN\_1\_5B\_1\_1\_0**: [`JumpStartModel`](JumpStartModel.md)
60+
61+
***
62+
4563
### DEEPSEEK\_LLM\_R1\_DISTILL\_QWEN\_14B\_1\_0\_0
4664

4765
> `readonly` `static` **DEEPSEEK\_LLM\_R1\_DISTILL\_QWEN\_14B\_1\_0\_0**: [`JumpStartModel`](JumpStartModel.md)
4866

4967
***
5068

69+
### DEEPSEEK\_LLM\_R1\_DISTILL\_QWEN\_14B\_1\_1\_0
70+
71+
> `readonly` `static` **DEEPSEEK\_LLM\_R1\_DISTILL\_QWEN\_14B\_1\_1\_0**: [`JumpStartModel`](JumpStartModel.md)
72+
73+
***
74+
5175
### DEEPSEEK\_LLM\_R1\_DISTILL\_QWEN\_32B\_1\_0\_0
5276

5377
> `readonly` `static` **DEEPSEEK\_LLM\_R1\_DISTILL\_QWEN\_32B\_1\_0\_0**: [`JumpStartModel`](JumpStartModel.md)
5478

5579
***
5680

81+
### DEEPSEEK\_LLM\_R1\_DISTILL\_QWEN\_32B\_1\_1\_0
82+
83+
> `readonly` `static` **DEEPSEEK\_LLM\_R1\_DISTILL\_QWEN\_32B\_1\_1\_0**: [`JumpStartModel`](JumpStartModel.md)
84+
85+
***
86+
5787
### DEEPSEEK\_LLM\_R1\_DISTILL\_QWEN\_7B\_1\_0\_0
5888

5989
> `readonly` `static` **DEEPSEEK\_LLM\_R1\_DISTILL\_QWEN\_7B\_1\_0\_0**: [`JumpStartModel`](JumpStartModel.md)
6090

6191
***
6292

93+
### DEEPSEEK\_LLM\_R1\_DISTILL\_QWEN\_7B\_1\_1\_0
94+
95+
> `readonly` `static` **DEEPSEEK\_LLM\_R1\_DISTILL\_QWEN\_7B\_1\_1\_0**: [`JumpStartModel`](JumpStartModel.md)
96+
97+
***
98+
6399
### HUGGINGFACE\_ASR\_WHISPER\_BASE\_1\_0\_0
64100

65101
> `readonly` `static` **HUGGINGFACE\_ASR\_WHISPER\_BASE\_1\_0\_0**: [`JumpStartModel`](JumpStartModel.md)

src/patterns/gen-ai/aws-model-deployment-sagemaker/jumpstart-model.ts

+6
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,17 @@ export interface IJumpStartModelSpec {
4141
}
4242

4343
export class JumpStartModel {
44+
public static readonly DEEPSEEK_LLM_R1_DISTILL_LLAMA_70B_1_1_0 = this.of('DEEPSEEK_LLM_R1_DISTILL_LLAMA_70B_1_1_0');
4445
public static readonly DEEPSEEK_LLM_R1_DISTILL_LLAMA_70B_1_0_0 = this.of('DEEPSEEK_LLM_R1_DISTILL_LLAMA_70B_1_0_0');
46+
public static readonly DEEPSEEK_LLM_R1_DISTILL_LLAMA_8B_1_1_0 = this.of('DEEPSEEK_LLM_R1_DISTILL_LLAMA_8B_1_1_0');
4547
public static readonly DEEPSEEK_LLM_R1_DISTILL_LLAMA_8B_1_0_0 = this.of('DEEPSEEK_LLM_R1_DISTILL_LLAMA_8B_1_0_0');
48+
public static readonly DEEPSEEK_LLM_R1_DISTILL_QWEN_1_5B_1_1_0 = this.of('DEEPSEEK_LLM_R1_DISTILL_QWEN_1_5B_1_1_0');
4649
public static readonly DEEPSEEK_LLM_R1_DISTILL_QWEN_1_5B_1_0_0 = this.of('DEEPSEEK_LLM_R1_DISTILL_QWEN_1_5B_1_0_0');
50+
public static readonly DEEPSEEK_LLM_R1_DISTILL_QWEN_14B_1_1_0 = this.of('DEEPSEEK_LLM_R1_DISTILL_QWEN_14B_1_1_0');
4751
public static readonly DEEPSEEK_LLM_R1_DISTILL_QWEN_14B_1_0_0 = this.of('DEEPSEEK_LLM_R1_DISTILL_QWEN_14B_1_0_0');
52+
public static readonly DEEPSEEK_LLM_R1_DISTILL_QWEN_32B_1_1_0 = this.of('DEEPSEEK_LLM_R1_DISTILL_QWEN_32B_1_1_0');
4853
public static readonly DEEPSEEK_LLM_R1_DISTILL_QWEN_32B_1_0_0 = this.of('DEEPSEEK_LLM_R1_DISTILL_QWEN_32B_1_0_0');
54+
public static readonly DEEPSEEK_LLM_R1_DISTILL_QWEN_7B_1_1_0 = this.of('DEEPSEEK_LLM_R1_DISTILL_QWEN_7B_1_1_0');
4955
public static readonly DEEPSEEK_LLM_R1_DISTILL_QWEN_7B_1_0_0 = this.of('DEEPSEEK_LLM_R1_DISTILL_QWEN_7B_1_0_0');
5056
public static readonly HUGGINGFACE_ASR_WHISPER_BASE_3_0_5 = this.of('HUGGINGFACE_ASR_WHISPER_BASE_3_0_5');
5157
public static readonly HUGGINGFACE_ASR_WHISPER_BASE_3_0_4 = this.of('HUGGINGFACE_ASR_WHISPER_BASE_3_0_4');

src/patterns/gen-ai/aws-model-deployment-sagemaker/jumpstart-models.json

+1-1
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)