Skip to content

Commit 94d25b9

Browse files
authored
[OPENVINO-CODE] Update OV version to 2024.1.0 (#911)
* updating OV version to 2024.1.0 and phi-2 model link * updating vite to 4.5.3
1 parent a845222 commit 94d25b9

File tree

5 files changed

+12
-11
lines changed

5 files changed

+12
-11
lines changed

modules/openvino_code/package-lock.json

+7-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

modules/openvino_code/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"publisher": "OpenVINO",
33
"name": "openvino-code-completion",
4-
"version": "0.0.14",
4+
"version": "0.0.16",
55
"displayName": "OpenVINO Code Completion",
66
"description": "VSCode extension for AI code completion with OpenVINO",
77
"icon": "media/logo.png",

modules/openvino_code/server/pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ dependencies = [
1111
'torch @ https://download.pytorch.org/whl/cpu-cxx11-abi/torch-2.0.1%2Bcpu.cxx11.abi-cp310-cp310-linux_x86_64.whl ; sys_platform=="linux" and python_version == "3.10"',
1212
'torch @ https://download.pytorch.org/whl/cpu-cxx11-abi/torch-2.0.1%2Bcpu.cxx11.abi-cp311-cp311-linux_x86_64.whl ; sys_platform=="linux" and python_version == "3.11"',
1313
'torch ; sys_platform != "linux"',
14-
'openvino==2024.0.0',
14+
'openvino==2024.1.0',
1515
'transformers==4.36.0',
16-
'optimum==1.17.1',
16+
'optimum==1.19.1',
1717
'optimum-intel[openvino]==1.15.0',
1818
]
1919

modules/openvino_code/shared/model.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ enum ModelId {
55
DECICODER_1B_OPENVINO_INT8 = 'chgk13/decicoder-1b-openvino-int8',
66
STABLECODE_COMPLETION_ALPHA_3B_4K_OPENVINO_INT8 = 'chgk13/stablecode-completion-alpha-3b-4k-openvino-int8',
77
DEEPSEEK_CODER_1_3B = 'kumarijy/deepseek-code-1.3b_base_ov_int8',
8-
PHI_2_2_7B = 'kumarijy/phi-2-2.7b_ov_int8',
8+
PHI_2_2_7B = 'kumarijy/phi-2-openvino',
99
}
1010

1111
export enum ModelName {

modules/openvino_code/side-panel-ui/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@
2323
"eslint-plugin-react-hooks": "4.6.0",
2424
"eslint-plugin-react-refresh": "0.4.3",
2525
"rollup-plugin-copy": "3.4.0",
26-
"vite": "4.5.2"
26+
"vite": "^4.5.3"
2727
}
2828
}

0 commit comments

Comments
 (0)