kyamagu / faiss-wheels

Unofficial faiss wheel builder
MIT License
275 stars 35 forks source link

Refactor third-party dependencies #92

Closed kyamagu closed 5 months ago

kyamagu commented 5 months ago

Is your feature request related to a problem? Please describe. The build scripts include external repositories to be cloned anywhere in the repository structure. The build scripts work, but after the build, the repository gets cluttered.

Describe the solution you'd like The repository should organize submodules into third_party/ directory.

Describe alternatives you've considered n/a

Additional context n/a