Skip to content

Commit b34ff38

Browse files
authored
update OV and transformer version (#943)
1 parent 0d985b7 commit b34ff38

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

modules/openvino_code/package-lock.json

+5-5
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.2.1",
4+
"version": "0.2.2",
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,8 +11,8 @@ 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.5.0',
15-
'transformers==4.46.0',
14+
'openvino==2024.6.0',
15+
'transformers==4.48.0',
1616
'optimum==1.23.3',
1717
'optimum-intel[openvino]==1.15.0',
1818
]

0 commit comments

Comments
 (0)