Skip to content
Snippets Groups Projects
Commit d78f83b6 authored by Abhinav Jain's avatar Abhinav Jain
Browse files

Update Package.swift

parent a5c2ed64
No related branches found
No related tags found
1 merge request!15Add interface for using generic CoreML LLMs
Pipeline #116092 failed
This commit is part of merge request !15. Comments created here will be created in the context of that merge request.
...@@ -25,7 +25,8 @@ let package = Package( ...@@ -25,7 +25,8 @@ let package = Package(
.package(url: "https://github.com/jkrukowski/SwiftFaiss.git", from: "0.0.7"), .package(url: "https://github.com/jkrukowski/SwiftFaiss.git", from: "0.0.7"),
.package(url: "https://github.com/L1MeN9Yu/Elva", .upToNextMajor(from: "2.1.3")), .package(url: "https://github.com/L1MeN9Yu/Elva", .upToNextMajor(from: "2.1.3")),
.package(url: "https://github.com/JadenGeller/similarity-topology", .upToNextMajor(from: "0.1.14")), .package(url: "https://github.com/JadenGeller/similarity-topology", .upToNextMajor(from: "0.1.14")),
.package(url: "https://github.com/apple/swift-syntax", from: "509.0.0") .package(url: "https://github.com/apple/swift-syntax", from: "509.0.0"),
.package(url: "https://github.com/Jounce/Surge.git", .upToNextMajor(from: "2.0.0")),
], ],
targets: [ targets: [
.macro( .macro(
......
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