Skip to content

Commit

Permalink
chore(deps): upgrade list of models and DLC images (#745)
Browse files Browse the repository at this point in the history
Upgrade list of models and DLC images. See details in [workflow run].
[Workflow Run]: https://github.com/awslabs/generative-ai-cdk-constructs/actions/runs/11318853147
------
*Automatically created by projen via the "code-generation" workflow*

Signed-off-by: github-actions <[email protected]>
Co-authored-by: github-actions <[email protected]>
  • Loading branch information
2 people authored and dinsajwa committed Oct 17, 2024
1 parent 5258001 commit a2c4cdd
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 1 deletion.
18 changes: 18 additions & 0 deletions apidocs/classes/JumpStartModel.md
Original file line number Diff line number Diff line change
Expand Up @@ -1822,6 +1822,12 @@

***

### HUGGINGFACE\_LLM\_GEMMA\_2B\_1\_3\_0

> `readonly` `static` **HUGGINGFACE\_LLM\_GEMMA\_2B\_1\_3\_0**: [`JumpStartModel`](JumpStartModel.md)

***

### HUGGINGFACE\_LLM\_GEMMA\_2B\_INSTRUCT\_1\_0\_0

> `readonly` `static` **HUGGINGFACE\_LLM\_GEMMA\_2B\_INSTRUCT\_1\_0\_0**: [`JumpStartModel`](JumpStartModel.md)
Expand Down Expand Up @@ -1870,6 +1876,12 @@

***

### HUGGINGFACE\_LLM\_GEMMA\_2B\_INSTRUCT\_1\_3\_0

> `readonly` `static` **HUGGINGFACE\_LLM\_GEMMA\_2B\_INSTRUCT\_1\_3\_0**: [`JumpStartModel`](JumpStartModel.md)

***

### HUGGINGFACE\_LLM\_GEMMA\_7B\_1\_0\_0

> `readonly` `static` **HUGGINGFACE\_LLM\_GEMMA\_7B\_1\_0\_0**: [`JumpStartModel`](JumpStartModel.md)
Expand Down Expand Up @@ -2014,6 +2026,12 @@

***

### HUGGINGFACE\_LLM\_HUGGINGFACEH4\_MISTRAL\_7B\_SFT\_BETA\_1\_3\_0

> `readonly` `static` **HUGGINGFACE\_LLM\_HUGGINGFACEH4\_MISTRAL\_7B\_SFT\_BETA\_1\_3\_0**: [`JumpStartModel`](JumpStartModel.md)

***

### HUGGINGFACE\_LLM\_HUGGINGFACEH4\_STARCHAT\_ALPHA\_1\_0\_0

> `readonly` `static` **HUGGINGFACE\_LLM\_HUGGINGFACEH4\_STARCHAT\_ALPHA\_1\_0\_0**: [`JumpStartModel`](JumpStartModel.md)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -332,6 +332,7 @@ export class JumpStartModel {
public static readonly HUGGINGFACE_LLM_GARAGE_BAIND_PLATYPUS2_7B_1_1_1 = this.of('HUGGINGFACE_LLM_GARAGE_BAIND_PLATYPUS2_7B_1_1_1');
public static readonly HUGGINGFACE_LLM_GARAGE_BAIND_PLATYPUS2_7B_1_1_0 = this.of('HUGGINGFACE_LLM_GARAGE_BAIND_PLATYPUS2_7B_1_1_0');
public static readonly HUGGINGFACE_LLM_GARAGE_BAIND_PLATYPUS2_7B_1_0_0 = this.of('HUGGINGFACE_LLM_GARAGE_BAIND_PLATYPUS2_7B_1_0_0');
public static readonly HUGGINGFACE_LLM_GEMMA_2B_1_3_0 = this.of('HUGGINGFACE_LLM_GEMMA_2B_1_3_0');
public static readonly HUGGINGFACE_LLM_GEMMA_2B_1_2_2 = this.of('HUGGINGFACE_LLM_GEMMA_2B_1_2_2');
public static readonly HUGGINGFACE_LLM_GEMMA_2B_1_2_1 = this.of('HUGGINGFACE_LLM_GEMMA_2B_1_2_1');
public static readonly HUGGINGFACE_LLM_GEMMA_2B_1_2_0 = this.of('HUGGINGFACE_LLM_GEMMA_2B_1_2_0');
Expand All @@ -340,6 +341,7 @@ export class JumpStartModel {
public static readonly HUGGINGFACE_LLM_GEMMA_2B_1_1_1 = this.of('HUGGINGFACE_LLM_GEMMA_2B_1_1_1');
public static readonly HUGGINGFACE_LLM_GEMMA_2B_1_1_0 = this.of('HUGGINGFACE_LLM_GEMMA_2B_1_1_0');
public static readonly HUGGINGFACE_LLM_GEMMA_2B_1_0_0 = this.of('HUGGINGFACE_LLM_GEMMA_2B_1_0_0');
public static readonly HUGGINGFACE_LLM_GEMMA_2B_INSTRUCT_1_3_0 = this.of('HUGGINGFACE_LLM_GEMMA_2B_INSTRUCT_1_3_0');
public static readonly HUGGINGFACE_LLM_GEMMA_2B_INSTRUCT_1_2_2 = this.of('HUGGINGFACE_LLM_GEMMA_2B_INSTRUCT_1_2_2');
public static readonly HUGGINGFACE_LLM_GEMMA_2B_INSTRUCT_1_2_1 = this.of('HUGGINGFACE_LLM_GEMMA_2B_INSTRUCT_1_2_1');
public static readonly HUGGINGFACE_LLM_GEMMA_2B_INSTRUCT_1_2_0 = this.of('HUGGINGFACE_LLM_GEMMA_2B_INSTRUCT_1_2_0');
Expand Down Expand Up @@ -368,6 +370,7 @@ export class JumpStartModel {
public static readonly HUGGINGFACE_LLM_HUGGINGFACEH4_MISTRAL_7B_SFT_ALPHA_1_1_1 = this.of('HUGGINGFACE_LLM_HUGGINGFACEH4_MISTRAL_7B_SFT_ALPHA_1_1_1');
public static readonly HUGGINGFACE_LLM_HUGGINGFACEH4_MISTRAL_7B_SFT_ALPHA_1_1_0 = this.of('HUGGINGFACE_LLM_HUGGINGFACEH4_MISTRAL_7B_SFT_ALPHA_1_1_0');
public static readonly HUGGINGFACE_LLM_HUGGINGFACEH4_MISTRAL_7B_SFT_ALPHA_1_0_0 = this.of('HUGGINGFACE_LLM_HUGGINGFACEH4_MISTRAL_7B_SFT_ALPHA_1_0_0');
public static readonly HUGGINGFACE_LLM_HUGGINGFACEH4_MISTRAL_7B_SFT_BETA_1_3_0 = this.of('HUGGINGFACE_LLM_HUGGINGFACEH4_MISTRAL_7B_SFT_BETA_1_3_0');
public static readonly HUGGINGFACE_LLM_HUGGINGFACEH4_MISTRAL_7B_SFT_BETA_1_2_0 = this.of('HUGGINGFACE_LLM_HUGGINGFACEH4_MISTRAL_7B_SFT_BETA_1_2_0');
public static readonly HUGGINGFACE_LLM_HUGGINGFACEH4_MISTRAL_7B_SFT_BETA_1_1_1 = this.of('HUGGINGFACE_LLM_HUGGINGFACEH4_MISTRAL_7B_SFT_BETA_1_1_1');
public static readonly HUGGINGFACE_LLM_HUGGINGFACEH4_MISTRAL_7B_SFT_BETA_1_1_0 = this.of('HUGGINGFACE_LLM_HUGGINGFACEH4_MISTRAL_7B_SFT_BETA_1_1_0');
Expand Down

Large diffs are not rendered by default.

0 comments on commit a2c4cdd

Please sign in to comment.