Skip to content

Commit

Permalink
commit
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeljelly committed Dec 2, 2023
1 parent edd6d7c commit 1b800ce
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,17 @@ let package = Package(
products: [
.library(
name: "SimilaritySearchKit",
type: Product.Library.LibraryType.dynamic,
targets: ["SimilaritySearchKit"]
),
.library(
name: "SimilaritySearchKitDistilbert",
targets: ["SimilaritySearchKitDistilbert"]
),
.library(
name: "SimilaritySearchKitBGE",
type: Product.Library.LibraryType.dynamic,
targets: ["SimilaritySearchKitBGE"]
),
.library(
name: "SimilaritySearchKitDistilbert",
targets: ["SimilaritySearchKitDistilbert"]
),

.library(
name: "SimilaritySearchKitMiniLMAll",
targets: ["SimilaritySearchKitMiniLMAll"]
Expand Down

0 comments on commit 1b800ce

Please sign in to comment.