You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* archive
* dont modify whats not mine
* alias
* fix component name
* raname component
* remove leftovers
* test install
* call
* PATHS
* include path
* remove dummy call
* try
* test ubuntu
* fix build
* add subfolder
* downgrade package
* space
* fix
* no space
* conditionally include build type into archive
* skip ubuntu_genai_package
* put archive back
* openvino_genai->openvino/genai
* don't modify macro
- run: set "PYTHONPATH=./src/python;" && call w_openvino_toolkit_windows_2024.1.0.dev20240304_x86_64\setupvars.bat && python -c "from openvino_genai.py_generate_pipeline import LLMPipeline" # cmd evaluates variables in a different way. Setting PYTHONPATH before setupvars.bat instead of doing that after solves that.
- run: set "PYTHONPATH=./src/python;" && call w_openvino_toolkit_windows_2024.2.0.dev20240515_x86_64\setupvars.bat && python -c "from openvino_genai.py_generate_pipeline import LLMPipeline" # cmd evaluates variables in a different way. Setting PYTHONPATH before setupvars.bat instead of doing that after solves that.
set(OPENVINO_TOKENIZERS_PATH ${CMAKE_CURRENT_SOURCE_DIR}/../../bin/openvino_tokenizers.dll) # TODO: I'll go away after the generate() gets a way to find openvino_tokenizers
9
11
endif()
10
12
13
+
find_package(openvino_genai REQUIRED PATHS
14
+
"${CMAKE_BINARY_DIR}"# Reuse the package from the build.
15
+
${OpenVINO_DIR}# GenAI may be installed alogside OpenVINO.
0 commit comments