Skip to content

Commit 0757859

Browse files
emerging-tech-cdk-constructs-botgithub-actions
and
github-actions
authored
chore(deps): upgrade list of models and DLC images (#943)
* 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/13169034048 ------ *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 982f970 commit 0757859

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
@@ -24,6 +24,42 @@
2424

2525
## Properties
2626

27+
### DEEPSEEK\_LLM\_R1\_DISTILL\_LLAMA\_70B\_1\_0\_0
28+
29+
> `readonly` `static` **DEEPSEEK\_LLM\_R1\_DISTILL\_LLAMA\_70B\_1\_0\_0**: [`JumpStartModel`](JumpStartModel.md)
30+
31+
***
32+
33+
### DEEPSEEK\_LLM\_R1\_DISTILL\_LLAMA\_8B\_1\_0\_0
34+
35+
> `readonly` `static` **DEEPSEEK\_LLM\_R1\_DISTILL\_LLAMA\_8B\_1\_0\_0**: [`JumpStartModel`](JumpStartModel.md)
36+
37+
***
38+
39+
### DEEPSEEK\_LLM\_R1\_DISTILL\_QWEN\_1\_5B\_1\_0\_0
40+
41+
> `readonly` `static` **DEEPSEEK\_LLM\_R1\_DISTILL\_QWEN\_1\_5B\_1\_0\_0**: [`JumpStartModel`](JumpStartModel.md)
42+
43+
***
44+
45+
### DEEPSEEK\_LLM\_R1\_DISTILL\_QWEN\_14B\_1\_0\_0
46+
47+
> `readonly` `static` **DEEPSEEK\_LLM\_R1\_DISTILL\_QWEN\_14B\_1\_0\_0**: [`JumpStartModel`](JumpStartModel.md)
48+
49+
***
50+
51+
### DEEPSEEK\_LLM\_R1\_DISTILL\_QWEN\_32B\_1\_0\_0
52+
53+
> `readonly` `static` **DEEPSEEK\_LLM\_R1\_DISTILL\_QWEN\_32B\_1\_0\_0**: [`JumpStartModel`](JumpStartModel.md)
54+
55+
***
56+
57+
### DEEPSEEK\_LLM\_R1\_DISTILL\_QWEN\_7B\_1\_0\_0
58+
59+
> `readonly` `static` **DEEPSEEK\_LLM\_R1\_DISTILL\_QWEN\_7B\_1\_0\_0**: [`JumpStartModel`](JumpStartModel.md)
60+
61+
***
62+
2763
### HUGGINGFACE\_ASR\_WHISPER\_BASE\_1\_0\_0
2864

2965
> `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,6 +41,12 @@ export interface IJumpStartModelSpec {
4141
}
4242

4343
export class JumpStartModel {
44+
public static readonly DEEPSEEK_LLM_R1_DISTILL_LLAMA_70B_1_0_0 = this.of('DEEPSEEK_LLM_R1_DISTILL_LLAMA_70B_1_0_0');
45+
public static readonly DEEPSEEK_LLM_R1_DISTILL_LLAMA_8B_1_0_0 = this.of('DEEPSEEK_LLM_R1_DISTILL_LLAMA_8B_1_0_0');
46+
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');
47+
public static readonly DEEPSEEK_LLM_R1_DISTILL_QWEN_14B_1_0_0 = this.of('DEEPSEEK_LLM_R1_DISTILL_QWEN_14B_1_0_0');
48+
public static readonly DEEPSEEK_LLM_R1_DISTILL_QWEN_32B_1_0_0 = this.of('DEEPSEEK_LLM_R1_DISTILL_QWEN_32B_1_0_0');
49+
public static readonly DEEPSEEK_LLM_R1_DISTILL_QWEN_7B_1_0_0 = this.of('DEEPSEEK_LLM_R1_DISTILL_QWEN_7B_1_0_0');
4450
public static readonly HUGGINGFACE_ASR_WHISPER_BASE_3_0_5 = this.of('HUGGINGFACE_ASR_WHISPER_BASE_3_0_5');
4551
public static readonly HUGGINGFACE_ASR_WHISPER_BASE_3_0_4 = this.of('HUGGINGFACE_ASR_WHISPER_BASE_3_0_4');
4652
public static readonly HUGGINGFACE_ASR_WHISPER_BASE_3_0_3 = this.of('HUGGINGFACE_ASR_WHISPER_BASE_3_0_3');

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)