-
Notifications
You must be signed in to change notification settings - Fork 6.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[vowpal-wabbit] Update to 9.10 (#40235)
- Loading branch information
Showing
5 changed files
with
14 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,22 @@ | ||
diff --git a/vowpalwabbit/CMakeLists.txt b/vowpalwabbit/CMakeLists.txt | ||
index 6d41aa4a8..378e5084c 100644 | ||
index cd3f6cd92..d5f41a11e 100644 | ||
--- a/vowpalwabbit/CMakeLists.txt | ||
+++ b/vowpalwabbit/CMakeLists.txt | ||
@@ -1,9 +1,9 @@ | ||
@@ -1,9 +1,7 @@ | ||
-add_subdirectory(active_interactor) | ||
+#add_subdirectory(active_interactor) | ||
add_subdirectory(allreduce) | ||
if(VW_BUILD_VW_C_WRAPPER) | ||
add_subdirectory(c_wrapper) | ||
endif() | ||
-add_subdirectory(cli) | ||
+#add_subdirectory(cli) | ||
add_subdirectory(cache_parser) | ||
add_subdirectory(common) | ||
add_subdirectory(config) | ||
@@ -16,7 +16,7 @@ add_subdirectory(io) | ||
add_subdirectory(json_parser) | ||
@@ -17,7 +15,6 @@ add_subdirectory(json_parser) | ||
add_subdirectory(model_merger) | ||
add_subdirectory(slim) | ||
-add_subdirectory(spanning_tree_bin) | ||
+#add_subdirectory(spanning_tree_bin) | ||
add_subdirectory(spanning_tree) | ||
if(VW_FEAT_NETWORKING) | ||
- add_subdirectory(spanning_tree_bin) | ||
add_subdirectory(spanning_tree) | ||
endif() | ||
add_subdirectory(text_parser) | ||
if(CMAKE_PROJECT_NAME STREQUAL PROJECT_NAME AND BUILD_TESTING) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters