Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion faiss/Index.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
*/

// -*- c++ -*-
// more dummy changes

#ifndef FAISS_INDEX_H
#define FAISS_INDEX_H
Expand Down
2 changes: 1 addition & 1 deletion faiss/IndexAdditiveQuantizer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
// test changes that conflicts with original PR

#include <faiss/IndexAdditiveQuantizer.h>

#include <algorithm>
Expand Down
Loading