Skip to content

Commit

Permalink
moving models to Intel repo
Browse files Browse the repository at this point in the history
  • Loading branch information
kumarijy committed May 23, 2024
1 parent edc23c6 commit 0f5671a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
5 changes: 2 additions & 3 deletions modules/openvino_code/package-lock.json

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

2 changes: 1 addition & 1 deletion modules/openvino_code/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"publisher": "OpenVINO",
"name": "openvino-code-completion",
"version": "0.0.16",
"version": "0.1.0",
"displayName": "OpenVINO Code Completion",
"description": "VSCode extension for AI code completion with OpenVINO",
"icon": "media/logo.png",
Expand Down
4 changes: 2 additions & 2 deletions modules/openvino_code/shared/model.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ enum ModelId {
CODE_T5_220M = 'Salesforce/codet5p-220m-py',
DECICODER_1B_OPENVINO_INT8 = 'chgk13/decicoder-1b-openvino-int8',
STABLECODE_COMPLETION_ALPHA_3B_4K_OPENVINO_INT8 = 'chgk13/stablecode-completion-alpha-3b-4k-openvino-int8',
DEEPSEEK_CODER_1_3B = 'kumarijy/deepseek-code-1.3b_base_ov_int8',
PHI_2_2_7B = 'kumarijy/phi-2-openvino',
DEEPSEEK_CODER_1_3B = 'Intel/deepseek-coder-1.3b_base_ov_int8',
PHI_2_2_7B = 'Intel/phi-2-ov-quantized',
}

export enum ModelName {
Expand Down

0 comments on commit 0f5671a

Please sign in to comment.