mirror of
				https://github.com/ggml-org/llama.cpp.git
				synced 2025-10-30 08:42:00 +00:00 
			
		
		
		
	Prefix all example bins w/ llama-
This commit is contained in:
		| @@ -4,7 +4,7 @@ | ||||
| import PackageDescription | ||||
|  | ||||
| let package = Package( | ||||
|     name: "batched_swift", | ||||
|     name: "llama-batched-swift", | ||||
|     platforms: [.macOS(.v12)], | ||||
|     dependencies: [ | ||||
|         .package(name: "llama", path: "../../"), | ||||
| @@ -13,7 +13,7 @@ let package = Package( | ||||
|         // Targets are the basic building blocks of a package, defining a module or a test suite. | ||||
|         // Targets can depend on other targets in this package and products from dependencies. | ||||
|         .executableTarget( | ||||
|             name: "batched_swift", | ||||
|             name: "llama-batched-swift", | ||||
|             dependencies: ["llama"], | ||||
|             path: "Sources", | ||||
|             linkerSettings: [.linkedFramework("Foundation"), .linkedFramework("AppKit")] | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Olivier Chafik
					Olivier Chafik