Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

enable #60

Closed
wants to merge 41 commits into from
Closed
Changes from 1 commit
Commits
Show all changes
41 commits
Select commit Hold shift + click to select a range
5eb59ea
add tests
pavel-esir May 16, 2024
ce4eb00
Apply suggestions from code review
pavel-esir May 22, 2024
aa90e9d
names correction
pavel-esir May 22, 2024
d843229
enable
Wovchena May 22, 2024
2c1d1ef
libtbb-dev
Wovchena May 22, 2024
57ca2d4
move
Wovchena May 22, 2024
37844c9
slash
Wovchena May 22, 2024
5cff21e
install
Wovchena May 22, 2024
561b55a
core_genai_dev
Wovchena May 22, 2024
260d913
remove export
Wovchena May 22, 2024
54cbb52
update URL_HASH
Wovchena May 22, 2024
82a9449
remove submodules from .gitmodules
Wovchena May 22, 2024
5a0079b
install openvino_tokenizers for genai_python_lib
pavel-esir May 22, 2024
73e4312
Update Jinja2Cpp fork commit
Wovchena May 22, 2024
75b7c37
remove group_beam_searcher.hpp; copy fast_tokenizer
pavel-esir May 22, 2024
b6cf954
rreorganaise components
Wovchena May 22, 2024
aaf5c78
add SOVERSION, and requirements-build.txt
Wovchena May 22, 2024
5537d3b
repalce SKBUILD with EXCLUDE_FROM_ALL because the effect is the same
Wovchena May 22, 2024
9966be4
fix NAMELINK_COMPONENT
Wovchena May 22, 2024
2486e53
remove extraline
Wovchena May 22, 2024
7953c0f
Merge branch 'generate_pipeline' into fix-archive
Wovchena May 22, 2024
786eac7
add soft restrictions
Wovchena May 22, 2024
7324da9
Fix build to unblock packaging
Wovchena May 22, 2024
5577e84
improve naming
Wovchena May 23, 2024
b679fc7
install samples
Wovchena May 23, 2024
26f9fe1
remove quotes
Wovchena May 23, 2024
1dcd40b
use main target name because an alias can't be specified in cmake --t…
Wovchena May 23, 2024
8c00ccb
define CMAKE_BUILD_PARALLEL_LEVEL
Wovchena May 23, 2024
61fba58
Ensure ./requirements-build.txt won't outdate
Wovchena May 23, 2024
d78fa3b
Use ./requirements-build.txt in python lib build
Wovchena May 23, 2024
757b738
Add missing &&
Wovchena May 23, 2024
51ace23
Test Debug
Wovchena May 23, 2024
e53c525
add matrix for windows_genai_package
Wovchena May 23, 2024
73ac7b1
openvino_tokenizers from form
Wovchena May 23, 2024
e7e50cb
update openvino_tokenizers
Wovchena May 23, 2024
3339407
update openvino_tokenizers
Wovchena May 23, 2024
9b5b915
update openvino_tokenizers
Wovchena May 23, 2024
1fe85b9
revert openvino_tokenizers
Wovchena May 23, 2024
7e23930
tokenizers from fork
Wovchena May 23, 2024
62f5e34
update tokenizers
Wovchena May 23, 2024
63262d7
centos7_2024.2.0.dev
Wovchena May 23, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
remove extraline
Wovchena committed May 22, 2024
commit 2486e53bef1a4601bee426088bccca874e72d7c3
1 change: 0 additions & 1 deletion src/python/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -18,7 +18,6 @@ endif()
pybind11_add_module(py_generate_pipeline py_generate_pipeline.cpp)
target_link_libraries(py_generate_pipeline PRIVATE genai)


# setting RPATH / LC_RPATH depending on platform
if(LINUX)
# to find libgenai.so in the same folder