Skip to content

Commit

Permalink
feat: turn on graph feedback in generated python wheels (VowpalWabbit…
Browse files Browse the repository at this point in the history
  • Loading branch information
olgavrou authored Apr 19, 2023
1 parent 71e2849 commit 2353bd1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ def build_cmake(self, ext):
"-DBUILD_PYTHON=On",
"-DBUILD_TESTING=Off",
"-DWARNINGS=Off",
"-DVW_FEAT_CB_GRAPH_FEEDBACK=On",
]

# This doesn't work as expected for Python3.6 and 3.7 on Windows.
Expand Down

0 comments on commit 2353bd1

Please sign in to comment.