Add Package.swift (#39)
* Add Package.swift for LLM and MNIST * Make ModelType properties public * Make ModelType method createModel public * Add installation instructions to readme
This commit is contained in:
@@ -236,6 +236,7 @@
|
||||
C3E786AA2B8D1AEC0004D037 /* Evaluate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Evaluate.swift; sourceTree = "<group>"; };
|
||||
C3E786AC2B8D4AF50004D037 /* Tokenizer.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Tokenizer.swift; sourceTree = "<group>"; };
|
||||
F24B08392BAF1A65008C8D19 /* Cohere.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Cohere.swift; sourceTree = "<group>"; };
|
||||
F8D7023A2BB4E223003D7CF5 /* Package.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Package.swift; sourceTree = "<group>"; };
|
||||
/* End PBXFileReference section */
|
||||
|
||||
/* Begin PBXFrameworksBuildPhase section */
|
||||
@@ -394,6 +395,7 @@
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
C325DE3F2B648CDB00628871 /* README.md */,
|
||||
F8D7023A2BB4E223003D7CF5 /* Package.swift */,
|
||||
C39273822B606A9200368D5D /* Libraries */,
|
||||
C3A8B3AD2B9294E30002EFB8 /* Applications */,
|
||||
C39273812B606A7400368D5D /* Tools */,
|
||||
|
||||
Reference in New Issue
Block a user