Skip to content
Snippets Groups Projects
Commit 454e030e authored by Mingchung Xia's avatar Mingchung Xia
Browse files

Fixed Nifty typo

parent 84e038e3
No related branches found
No related tags found
1 merge request!13HNSW Implementation with Testcases
Pipeline #114972 failed
...@@ -32,7 +32,7 @@ let package = Package( ...@@ -32,7 +32,7 @@ let package = Package(
.product(name: "HNSWEphemeral", package: "similarity-topology"), .product(name: "HNSWEphemeral", package: "similarity-topology"),
.product(name: "HNSWDurable", package: "similarity-topology", condition: .when(platforms: [.macOS])), .product(name: "HNSWDurable", package: "similarity-topology", condition: .when(platforms: [.macOS])),
.product(name: "HNSWSample", package: "similarity-topology", condition: .when(platforms: [.macOS])), .product(name: "HNSWSample", package: "similarity-topology", condition: .when(platforms: [.macOS])),
.product(name: "Nifty", package: "nifty"), .product(name: "Nifty", package: "Nifty"),
.product(name: "ZSTD", package: "Elva"), .product(name: "ZSTD", package: "Elva"),
.byName(name: "Surge", condition: .when(platforms: [.macOS])), .byName(name: "Surge", condition: .when(platforms: [.macOS])),
], ],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment