Skip to content

Commit

Permalink
chore(deps): upgrade list of models and DLC images (#943)
Browse files Browse the repository at this point in the history
* 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 <github-actions@github.com>

* chore: self mutation

Signed-off-by: github-actions <github-actions@github.com>

---------

Signed-off-by: github-actions <github-actions@github.com>
Co-authored-by: github-actions <github-actions@github.com>
  • Loading branch information
emerging-tech-cdk-constructs-bot and github-actions authored Feb 6, 2025
1 parent 982f970 commit 0757859
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 1 deletion.
36 changes: 36 additions & 0 deletions apidocs/classes/JumpStartModel.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,42 @@

## Properties

### DEEPSEEK\_LLM\_R1\_DISTILL\_LLAMA\_70B\_1\_0\_0

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

***

### DEEPSEEK\_LLM\_R1\_DISTILL\_LLAMA\_8B\_1\_0\_0

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

***

### DEEPSEEK\_LLM\_R1\_DISTILL\_QWEN\_1\_5B\_1\_0\_0

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

***

### DEEPSEEK\_LLM\_R1\_DISTILL\_QWEN\_14B\_1\_0\_0

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

***

### DEEPSEEK\_LLM\_R1\_DISTILL\_QWEN\_32B\_1\_0\_0

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

***

### DEEPSEEK\_LLM\_R1\_DISTILL\_QWEN\_7B\_1\_0\_0

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

***

### HUGGINGFACE\_ASR\_WHISPER\_BASE\_1\_0\_0

> `readonly` `static` **HUGGINGFACE\_ASR\_WHISPER\_BASE\_1\_0\_0**: [`JumpStartModel`](JumpStartModel.md)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,12 @@ export interface IJumpStartModelSpec {
}

export class JumpStartModel {
public static readonly DEEPSEEK_LLM_R1_DISTILL_LLAMA_70B_1_0_0 = this.of('DEEPSEEK_LLM_R1_DISTILL_LLAMA_70B_1_0_0');
public static readonly DEEPSEEK_LLM_R1_DISTILL_LLAMA_8B_1_0_0 = this.of('DEEPSEEK_LLM_R1_DISTILL_LLAMA_8B_1_0_0');
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');
public static readonly DEEPSEEK_LLM_R1_DISTILL_QWEN_14B_1_0_0 = this.of('DEEPSEEK_LLM_R1_DISTILL_QWEN_14B_1_0_0');
public static readonly DEEPSEEK_LLM_R1_DISTILL_QWEN_32B_1_0_0 = this.of('DEEPSEEK_LLM_R1_DISTILL_QWEN_32B_1_0_0');
public static readonly DEEPSEEK_LLM_R1_DISTILL_QWEN_7B_1_0_0 = this.of('DEEPSEEK_LLM_R1_DISTILL_QWEN_7B_1_0_0');
public static readonly HUGGINGFACE_ASR_WHISPER_BASE_3_0_5 = this.of('HUGGINGFACE_ASR_WHISPER_BASE_3_0_5');
public static readonly HUGGINGFACE_ASR_WHISPER_BASE_3_0_4 = this.of('HUGGINGFACE_ASR_WHISPER_BASE_3_0_4');
public static readonly HUGGINGFACE_ASR_WHISPER_BASE_3_0_3 = this.of('HUGGINGFACE_ASR_WHISPER_BASE_3_0_3');
Expand Down

Large diffs are not rendered by default.

0 comments on commit 0757859

Please sign in to comment.