Skip to content

Commit

Permalink
faiss, falcon (1203443027085661913)
Browse files Browse the repository at this point in the history
Reviewed By: r-barnes

Differential Revision: D49090185

fbshipit-source-id: d02bf6c1929cff1eeeb2e57cd868f31c8cc3bcec
  • Loading branch information
generatedunixname89002005287564 authored and facebook-github-bot committed Sep 13, 2023
1 parent c8d6f7b commit 50be4ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions faiss/utils/hamming.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@

#include <faiss/utils/hamming.h>

#include <math.h>
#include <stdio.h>
#include <algorithm>
#include <cmath>
#include <cstdio>
#include <memory>
#include <vector>

Expand Down

0 comments on commit 50be4ea

Please sign in to comment.