Skip to content

genai version is conflict with openvino #1462

Closed
@azhai219

Description

@azhai219
  1. install genai
  2. uninstall openvino
  3. build the latest openvino. Latest version is 25.0

when try to operate benchmark.py, the error is like:

python benchmark.py -m ... -p ../prompts.json -n 3 -d CPU
The installed version of bitsandbytes was compiled without GPU support. 8-bit optimizers, 8-bit multiplication, and GPU quantization are unavailable.
Traceback (most recent call last):
  File "/home/x/llm_dev/openvino.genai/tools/llm_bench/benchmark.py", line 15, in <module>
    import task.visual_language_generation as bench_vlm
  File "/home/x/llm_dev/openvino.genai/tools/llm_bench/task/visual_language_generation.py", line 9, in <module>
    import llm_bench_utils.ov_utils
  File "/home/x/llm_dev/openvino.genai/tools/llm_bench/llm_bench_utils/ov_utils.py", line 22, in <module>
    import openvino_genai as ov_genai
  File "/home/x/llm_dev/venv/llm/lib/python3.10/site-packages/openvino_genai/__init__.py", line 14, in <module>
    from .py_openvino_genai import (
ImportError: libopenvino.so.2460: cannot open shared object file: No such file or directory

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions