Skip to content

Commit

Permalink
dont speciify targets
Browse files Browse the repository at this point in the history
  • Loading branch information
Wovchena committed May 28, 2024
1 parent c52dc22 commit 9ef686a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ dependencies = [
cmake.args = ["-DCMAKE_BUILD_TYPE=Release"] # One of our dependencies builds Debug otherwise for MSVC multi config generator.
cmake.source-dir = "./"
cmake.build-type = "Release"
cmake.targets = ["py_generate_pipeline", "genai"]
install.components = ["wheel_genai"]
sdist.cmake = true
wheel.packages = ["src/python/openvino_genai"]
Expand All @@ -38,6 +37,6 @@ __version__ = "${version}"
'''

[build-system]
# TODO: add build.tool-args = ["--parallel"] after scikit-build-core is updated.
# TODO: add build.tool-args = ["--parallel"] after scikit-build-core is updated to 0.9.4+.
requires = ["scikit-build-core~=0.8.0", "cmake~=3.23"] # See https://github.com/openvinotoolkit/openvino_tokenizers/pull/123
build-backend = "scikit_build_core.build"

0 comments on commit 9ef686a

Please sign in to comment.