We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37f4802 commit b898802Copy full SHA for b898802
3 files changed
.gitmodules
@@ -0,0 +1,9 @@
1
+[submodule "DiskANN/gperftools"]
2
+ path = DiskANN/gperftools
3
+ url = https://github.com/gperftools/gperftools.git
4
+[submodule "DiskANN/LightGBM"]
5
+ path = DiskANN/LightGBM
6
+ url = https://github.com/microsoft/LightGBM
7
+[submodule "hnswlib/LightGBM"]
8
+ path = hnswlib/LightGBM
9
DiskANN/.gitignore
@@ -374,8 +374,5 @@ dist/*
374
venv*/**
375
*.swp
376
377
-gperftools
378
-LightGBM
379
-
380
# Rust
381
rust/target
hnswlib/.gitignore
@@ -11,4 +11,3 @@ var/
11
.vs/
12
**.DS_Store
13
*.pyc
14
0 commit comments