Skip to content

Commit

Permalink
Merge branch 'main' into feature/llama-index-data-loader
Browse files Browse the repository at this point in the history
  • Loading branch information
krokoko authored Oct 2, 2024
2 parents 986a61b + b7f118c commit a516e64
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 23 deletions.
12 changes: 0 additions & 12 deletions apidocs/classes/JumpStartModel.md
Original file line number Diff line number Diff line change
Expand Up @@ -616,18 +616,6 @@
***

### HUGGINGFACE\_LLM\_BAICHUAN2\_7B\_BASE\_FP16\_1\_0\_0

> `readonly` `static` **HUGGINGFACE\_LLM\_BAICHUAN2\_7B\_BASE\_FP16\_1\_0\_0**: [`JumpStartModel`](JumpStartModel.md)
***

### HUGGINGFACE\_LLM\_BAICHUAN2\_7B\_BASE\_FP16\_1\_0\_1

> `readonly` `static` **HUGGINGFACE\_LLM\_BAICHUAN2\_7B\_BASE\_FP16\_1\_0\_1**: [`JumpStartModel`](JumpStartModel.md)
***

### HUGGINGFACE\_LLM\_BERKELEY\_NEST\_STARLING\_LM\_7B\_ALPHA\_1\_0\_0

> `readonly` `static` **HUGGINGFACE\_LLM\_BERKELEY\_NEST\_STARLING\_LM\_7B\_ALPHA\_1\_0\_0**: [`JumpStartModel`](JumpStartModel.md)
Expand Down
2 changes: 1 addition & 1 deletion package.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -139,8 +139,6 @@ export class JumpStartModel {
public static readonly HUGGINGFACE_LLM_AMAZON_MISTRALLITE_1_1_0 = this.of('HUGGINGFACE_LLM_AMAZON_MISTRALLITE_1_1_0');
public static readonly HUGGINGFACE_LLM_AMAZON_MISTRALLITE_1_0_0 = this.of('HUGGINGFACE_LLM_AMAZON_MISTRALLITE_1_0_0');
public static readonly HUGGINGFACE_LLM_AYA_101_1_0_0 = this.of('HUGGINGFACE_LLM_AYA_101_1_0_0');
public static readonly HUGGINGFACE_LLM_BAICHUAN2_7B_BASE_FP16_1_0_1 = this.of('HUGGINGFACE_LLM_BAICHUAN2_7B_BASE_FP16_1_0_1');
public static readonly HUGGINGFACE_LLM_BAICHUAN2_7B_BASE_FP16_1_0_0 = this.of('HUGGINGFACE_LLM_BAICHUAN2_7B_BASE_FP16_1_0_0');
public static readonly HUGGINGFACE_LLM_BERKELEY_NEST_STARLING_LM_7B_ALPHA_1_1_0 = this.of('HUGGINGFACE_LLM_BERKELEY_NEST_STARLING_LM_7B_ALPHA_1_1_0');
public static readonly HUGGINGFACE_LLM_BERKELEY_NEST_STARLING_LM_7B_ALPHA_1_0_0 = this.of('HUGGINGFACE_LLM_BERKELEY_NEST_STARLING_LM_7B_ALPHA_1_0_0');
public static readonly HUGGINGFACE_LLM_BILINGUAL_RINNA_4B_INSTRUCTION_PPO_BF16_2_1_0 = this.of('HUGGINGFACE_LLM_BILINGUAL_RINNA_4B_INSTRUCTION_PPO_BF16_2_1_0');
Expand Down

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions yarn.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a516e64

Please sign in to comment.