File tree 3 files changed +43
-1
lines changed
src/patterns/gen-ai/aws-model-deployment-sagemaker
3 files changed +43
-1
lines changed Original file line number Diff line number Diff line change 24
24
25
25
## Properties
26
26
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
+
27
63
### HUGGINGFACE\_ASR\_WHISPER\_BASE\_1\_0\_0
28
64
29
65
> `readonly` `static` **HUGGINGFACE\_ASR\_WHISPER\_BASE\_1\_0\_0**: [`JumpStartModel`](JumpStartModel.md)
Original file line number Diff line number Diff line change @@ -41,6 +41,12 @@ export interface IJumpStartModelSpec {
41
41
}
42
42
43
43
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');
44
50
public static readonly HUGGINGFACE_ASR_WHISPER_BASE_3_0_5 = this.of('HUGGINGFACE_ASR_WHISPER_BASE_3_0_5');
45
51
public static readonly HUGGINGFACE_ASR_WHISPER_BASE_3_0_4 = this.of('HUGGINGFACE_ASR_WHISPER_BASE_3_0_4');
46
52
public static readonly HUGGINGFACE_ASR_WHISPER_BASE_3_0_3 = this.of('HUGGINGFACE_ASR_WHISPER_BASE_3_0_3');
Load Diff Large diffs are not rendered by default.
You can’t perform that action at this time.
0 commit comments