Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 579 Bytes

File metadata and controls

22 lines (14 loc) · 579 Bytes

hamming-sim-pytorch

hamming-sim-pytorch is a library that provides hamming similarity implementation optimized for CPUs using PyTorch.

The binary wheel currently supports Intel Haswell CPUs and PyTorch 1.13.1 and 2.4.0. Use the source distribution to build a binary wheel for different architectures.

Installation

pip install hamming-sim-pytorch

Usage

examples/time_hamming_sim.py contains a practical example using the library.

License

hamming-sim-pytorch is open-sourced software licensed under the MIT license.