Safetensors
GGUF
Turkish
llama
Llama-3
instruct
finetune
chatml
gpt4
synthetic data
distillation
function calling
json mode
axolotl
roleplaying
chat
Instructions to use tda45/TdAI with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- llama-cpp-python
How to use tda45/TdAI with llama-cpp-python:
# !pip install llama-cpp-python from llama_cpp import Llama llm = Llama.from_pretrained( repo_id="tda45/TdAI", filename="llama.cpp/models/ggml-vocab-aquila.gguf", )
output = llm( "Once upon a time,", max_tokens=512, echo=True ) print(output)
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use tda45/TdAI with llama.cpp:
Install (macOS, Linux)
curl -LsSf https://llama.app/install.sh | sh # Start a local OpenAI-compatible server with a web UI: llama serve -hf tda45/TdAI # Run inference directly in the terminal: llama cli -hf tda45/TdAI
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf tda45/TdAI # Run inference directly in the terminal: llama cli -hf tda45/TdAI
Use pre-built binary
# Download pre-built binary from: # https://github.com/ggerganov/llama.cpp/releases # Start a local OpenAI-compatible server with a web UI: ./llama-server -hf tda45/TdAI # Run inference directly in the terminal: ./llama-cli -hf tda45/TdAI
Build from source code
git clone https://github.com/ggerganov/llama.cpp.git cd llama.cpp cmake -B build cmake --build build -j --target llama-server llama-cli # Start a local OpenAI-compatible server with a web UI: ./build/bin/llama-server -hf tda45/TdAI # Run inference directly in the terminal: ./build/bin/llama-cli -hf tda45/TdAI
Use Docker
docker model run hf.co/tda45/TdAI
- LM Studio
- Jan
- Ollama
How to use tda45/TdAI with Ollama:
ollama run hf.co/tda45/TdAI
- Unsloth Studio
How to use tda45/TdAI with Unsloth Studio:
Install Unsloth Studio (macOS, Linux, WSL)
curl -fsSL https://unsloth.ai/install.sh | sh # Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for tda45/TdAI to start chatting
Install Unsloth Studio (Windows)
irm https://unsloth.ai/install.ps1 | iex # Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for tda45/TdAI to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for tda45/TdAI to start chatting
- Atomic Chat new
- Docker Model Runner
How to use tda45/TdAI with Docker Model Runner:
docker model run hf.co/tda45/TdAI
- Lemonade
How to use tda45/TdAI with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull tda45/TdAI
Run and chat with the model
lemonade run user.TdAI-{{QUANT_TAG}}List all available models
lemonade list
| // !$*UTF8*$! | |
| { | |
| archiveVersion = 1; | |
| classes = { | |
| }; | |
| objectVersion = 56; | |
| objects = { | |
| /* Begin PBXBuildFile section */ | |
| 549479CB2AC9E16000E0F78B /* Metal.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 549479CA2AC9E16000E0F78B /* Metal.framework */; }; | |
| 79E1D9CD2B4CD16E005F8E46 /* InputButton.swift in Sources */ = {isa = PBXBuildFile; fileRef = 79E1D9CC2B4CD16E005F8E46 /* InputButton.swift */; }; | |
| 7FA3D2B32B2EA2F600543F92 /* DownloadButton.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7FA3D2B22B2EA2F600543F92 /* DownloadButton.swift */; }; | |
| 8A1C83772AC328BD0096AF73 /* llama_swiftuiApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8A1C83762AC328BD0096AF73 /* llama_swiftuiApp.swift */; }; | |
| 8A1C83792AC328BD0096AF73 /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8A1C83782AC328BD0096AF73 /* ContentView.swift */; }; | |
| 8A1C837B2AC328BE0096AF73 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 8A1C837A2AC328BE0096AF73 /* Assets.xcassets */; }; | |
| 8A39BE0A2AC7601100BFEB40 /* Accelerate.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8A39BE092AC7601000BFEB40 /* Accelerate.framework */; }; | |
| 8A3F84242AC4C891005E2EE8 /* models in Resources */ = {isa = PBXBuildFile; fileRef = 8A3F84232AC4C891005E2EE8 /* models */; }; | |
| 8A907F332AC7138A006146EA /* LibLlama.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8A907F322AC7134E006146EA /* LibLlama.swift */; }; | |
| 8A9F7C4D2AC332EE008AE1EA /* LlamaState.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8A9F7C4C2AC332EE008AE1EA /* LlamaState.swift */; }; | |
| DD84C9FD2D747FED007778EC /* llama.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = DD84C9FC2D747FED007778EC /* llama.xcframework */; }; | |
| DD84C9FE2D747FED007778EC /* llama.xcframework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = DD84C9FC2D747FED007778EC /* llama.xcframework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; }; | |
| F1FE20E22B465ECA00B45541 /* LoadCustomButton.swift in Sources */ = {isa = PBXBuildFile; fileRef = F1FE20E12B465EC900B45541 /* LoadCustomButton.swift */; }; | |
| /* End PBXBuildFile section */ | |
| /* Begin PBXCopyFilesBuildPhase section */ | |
| DD84C9FF2D747FED007778EC /* Embed Frameworks */ = { | |
| isa = PBXCopyFilesBuildPhase; | |
| buildActionMask = 2147483647; | |
| dstPath = ""; | |
| dstSubfolderSpec = 10; | |
| files = ( | |
| DD84C9FE2D747FED007778EC /* llama.xcframework in Embed Frameworks */, | |
| ); | |
| name = "Embed Frameworks"; | |
| runOnlyForDeploymentPostprocessing = 0; | |
| }; | |
| /* End PBXCopyFilesBuildPhase section */ | |
| /* Begin PBXFileReference section */ | |
| 549479CA2AC9E16000E0F78B /* Metal.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Metal.framework; path = System/Library/Frameworks/Metal.framework; sourceTree = SDKROOT; }; | |
| 79E1D9CC2B4CD16E005F8E46 /* InputButton.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = InputButton.swift; sourceTree = "<group>"; }; | |
| 7FA3D2B22B2EA2F600543F92 /* DownloadButton.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = DownloadButton.swift; sourceTree = "<group>"; }; | |
| 8A1C83732AC328BD0096AF73 /* llama.swiftui.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = llama.swiftui.app; sourceTree = BUILT_PRODUCTS_DIR; }; | |
| 8A1C83762AC328BD0096AF73 /* llama_swiftuiApp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = llama_swiftuiApp.swift; sourceTree = "<group>"; }; | |
| 8A1C83782AC328BD0096AF73 /* ContentView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContentView.swift; sourceTree = "<group>"; }; | |
| 8A1C837A2AC328BE0096AF73 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; }; | |
| 8A39BE092AC7601000BFEB40 /* Accelerate.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Accelerate.framework; path = System/Library/Frameworks/Accelerate.framework; sourceTree = SDKROOT; }; | |
| 8A3F84232AC4C891005E2EE8 /* models */ = {isa = PBXFileReference; lastKnownFileType = folder; name = models; path = llama.swiftui/Resources/models; sourceTree = "<group>"; }; | |
| 8A907F322AC7134E006146EA /* LibLlama.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LibLlama.swift; sourceTree = "<group>"; }; | |
| 8A9F7C4C2AC332EE008AE1EA /* LlamaState.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LlamaState.swift; sourceTree = "<group>"; }; | |
| DD84C9FC2D747FED007778EC /* llama.xcframework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcframework; name = llama.xcframework; path = "../../build-apple/llama.xcframework"; sourceTree = "<group>"; }; | |
| DF2D2FE72B4A59BE00FCB72D /* llama.cpp */ = {isa = PBXFileReference; lastKnownFileType = wrapper; name = llama.cpp; path = ../..; sourceTree = "<group>"; }; | |
| F1FE20E12B465EC900B45541 /* LoadCustomButton.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LoadCustomButton.swift; sourceTree = "<group>"; }; | |
| /* End PBXFileReference section */ | |
| /* Begin PBXFrameworksBuildPhase section */ | |
| 8A1C83702AC328BD0096AF73 /* Frameworks */ = { | |
| isa = PBXFrameworksBuildPhase; | |
| buildActionMask = 2147483647; | |
| files = ( | |
| 549479CB2AC9E16000E0F78B /* Metal.framework in Frameworks */, | |
| 8A39BE0A2AC7601100BFEB40 /* Accelerate.framework in Frameworks */, | |
| DD84C9FD2D747FED007778EC /* llama.xcframework in Frameworks */, | |
| ); | |
| runOnlyForDeploymentPostprocessing = 0; | |
| }; | |
| /* End PBXFrameworksBuildPhase section */ | |
| /* Begin PBXGroup section */ | |
| 8A1C836A2AC328BD0096AF73 = { | |
| isa = PBXGroup; | |
| children = ( | |
| DF2D2FE72B4A59BE00FCB72D /* llama.cpp */, | |
| 8A907F312AC7134E006146EA /* llama.cpp.swift */, | |
| 8A3F84232AC4C891005E2EE8 /* models */, | |
| 8A1C83752AC328BD0096AF73 /* llama.swiftui */, | |
| 8A1C83742AC328BD0096AF73 /* Products */, | |
| 8A39BE082AC7601000BFEB40 /* Frameworks */, | |
| ); | |
| sourceTree = "<group>"; | |
| }; | |
| 8A1C83742AC328BD0096AF73 /* Products */ = { | |
| isa = PBXGroup; | |
| children = ( | |
| 8A1C83732AC328BD0096AF73 /* llama.swiftui.app */, | |
| ); | |
| name = Products; | |
| sourceTree = "<group>"; | |
| }; | |
| 8A1C83752AC328BD0096AF73 /* llama.swiftui */ = { | |
| isa = PBXGroup; | |
| children = ( | |
| 8A3F84102AC4BD85005E2EE8 /* Resources */, | |
| 8A9F7C4B2AC332DC008AE1EA /* Models */, | |
| 8A9F7C4A2AC332BF008AE1EA /* UI */, | |
| 8A1C83762AC328BD0096AF73 /* llama_swiftuiApp.swift */, | |
| 8A1C837A2AC328BE0096AF73 /* Assets.xcassets */, | |
| ); | |
| path = llama.swiftui; | |
| sourceTree = "<group>"; | |
| }; | |
| 8A39BE082AC7601000BFEB40 /* Frameworks */ = { | |
| isa = PBXGroup; | |
| children = ( | |
| DD84C9FC2D747FED007778EC /* llama.xcframework */, | |
| 549479CA2AC9E16000E0F78B /* Metal.framework */, | |
| 8A39BE092AC7601000BFEB40 /* Accelerate.framework */, | |
| ); | |
| name = Frameworks; | |
| sourceTree = "<group>"; | |
| }; | |
| 8A3F84102AC4BD85005E2EE8 /* Resources */ = { | |
| isa = PBXGroup; | |
| children = ( | |
| 8A3F84112AC4BD8C005E2EE8 /* models */, | |
| ); | |
| path = Resources; | |
| sourceTree = "<group>"; | |
| }; | |
| 8A3F84112AC4BD8C005E2EE8 /* models */ = { | |
| isa = PBXGroup; | |
| children = ( | |
| ); | |
| path = models; | |
| sourceTree = "<group>"; | |
| }; | |
| 8A907F312AC7134E006146EA /* llama.cpp.swift */ = { | |
| isa = PBXGroup; | |
| children = ( | |
| 8A907F322AC7134E006146EA /* LibLlama.swift */, | |
| ); | |
| path = llama.cpp.swift; | |
| sourceTree = "<group>"; | |
| }; | |
| 8A9F7C4A2AC332BF008AE1EA /* UI */ = { | |
| isa = PBXGroup; | |
| children = ( | |
| 7FA3D2B22B2EA2F600543F92 /* DownloadButton.swift */, | |
| 8A1C83782AC328BD0096AF73 /* ContentView.swift */, | |
| F1FE20E12B465EC900B45541 /* LoadCustomButton.swift */, | |
| 79E1D9CC2B4CD16E005F8E46 /* InputButton.swift */, | |
| ); | |
| path = UI; | |
| sourceTree = "<group>"; | |
| }; | |
| 8A9F7C4B2AC332DC008AE1EA /* Models */ = { | |
| isa = PBXGroup; | |
| children = ( | |
| 8A9F7C4C2AC332EE008AE1EA /* LlamaState.swift */, | |
| ); | |
| path = Models; | |
| sourceTree = "<group>"; | |
| }; | |
| /* End PBXGroup section */ | |
| /* Begin PBXNativeTarget section */ | |
| 8A1C83722AC328BD0096AF73 /* llama.swiftui */ = { | |
| isa = PBXNativeTarget; | |
| buildConfigurationList = 8A1C83812AC328BE0096AF73 /* Build configuration list for PBXNativeTarget "llama.swiftui" */; | |
| buildPhases = ( | |
| 8A1C836F2AC328BD0096AF73 /* Sources */, | |
| 8A1C83702AC328BD0096AF73 /* Frameworks */, | |
| 8A1C83712AC328BD0096AF73 /* Resources */, | |
| DD84C9FF2D747FED007778EC /* Embed Frameworks */, | |
| ); | |
| buildRules = ( | |
| ); | |
| dependencies = ( | |
| ); | |
| name = llama.swiftui; | |
| packageProductDependencies = ( | |
| ); | |
| productName = llama.swiftui; | |
| productReference = 8A1C83732AC328BD0096AF73 /* llama.swiftui.app */; | |
| productType = "com.apple.product-type.application"; | |
| }; | |
| /* End PBXNativeTarget section */ | |
| /* Begin PBXProject section */ | |
| 8A1C836B2AC328BD0096AF73 /* Project object */ = { | |
| isa = PBXProject; | |
| attributes = { | |
| BuildIndependentTargetsInParallel = 1; | |
| LastSwiftUpdateCheck = 1500; | |
| LastUpgradeCheck = 1500; | |
| TargetAttributes = { | |
| 8A1C83722AC328BD0096AF73 = { | |
| CreatedOnToolsVersion = 15.0; | |
| LastSwiftMigration = 1500; | |
| }; | |
| }; | |
| }; | |
| buildConfigurationList = 8A1C836E2AC328BD0096AF73 /* Build configuration list for PBXProject "llama.swiftui" */; | |
| compatibilityVersion = "Xcode 14.0"; | |
| developmentRegion = en; | |
| hasScannedForEncodings = 0; | |
| knownRegions = ( | |
| en, | |
| Base, | |
| ); | |
| mainGroup = 8A1C836A2AC328BD0096AF73; | |
| packageReferences = ( | |
| ); | |
| productRefGroup = 8A1C83742AC328BD0096AF73 /* Products */; | |
| projectDirPath = ""; | |
| projectRoot = ""; | |
| targets = ( | |
| 8A1C83722AC328BD0096AF73 /* llama.swiftui */, | |
| ); | |
| }; | |
| /* End PBXProject section */ | |
| /* Begin PBXResourcesBuildPhase section */ | |
| 8A1C83712AC328BD0096AF73 /* Resources */ = { | |
| isa = PBXResourcesBuildPhase; | |
| buildActionMask = 2147483647; | |
| files = ( | |
| 8A3F84242AC4C891005E2EE8 /* models in Resources */, | |
| 8A1C837B2AC328BE0096AF73 /* Assets.xcassets in Resources */, | |
| ); | |
| runOnlyForDeploymentPostprocessing = 0; | |
| }; | |
| /* End PBXResourcesBuildPhase section */ | |
| /* Begin PBXSourcesBuildPhase section */ | |
| 8A1C836F2AC328BD0096AF73 /* Sources */ = { | |
| isa = PBXSourcesBuildPhase; | |
| buildActionMask = 2147483647; | |
| files = ( | |
| F1FE20E22B465ECA00B45541 /* LoadCustomButton.swift in Sources */, | |
| 8A907F332AC7138A006146EA /* LibLlama.swift in Sources */, | |
| 8A9F7C4D2AC332EE008AE1EA /* LlamaState.swift in Sources */, | |
| 8A1C83792AC328BD0096AF73 /* ContentView.swift in Sources */, | |
| 8A1C83772AC328BD0096AF73 /* llama_swiftuiApp.swift in Sources */, | |
| 7FA3D2B32B2EA2F600543F92 /* DownloadButton.swift in Sources */, | |
| 79E1D9CD2B4CD16E005F8E46 /* InputButton.swift in Sources */, | |
| ); | |
| runOnlyForDeploymentPostprocessing = 0; | |
| }; | |
| /* End PBXSourcesBuildPhase section */ | |
| /* Begin XCBuildConfiguration section */ | |
| 8A1C837F2AC328BE0096AF73 /* Debug */ = { | |
| isa = XCBuildConfiguration; | |
| buildSettings = { | |
| ALWAYS_SEARCH_USER_PATHS = NO; | |
| ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES; | |
| CLANG_ANALYZER_NONNULL = YES; | |
| CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; | |
| CLANG_CXX_LANGUAGE_STANDARD = "gnu++20"; | |
| CLANG_ENABLE_MODULES = YES; | |
| CLANG_ENABLE_OBJC_ARC = YES; | |
| CLANG_ENABLE_OBJC_WEAK = YES; | |
| CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; | |
| CLANG_WARN_BOOL_CONVERSION = YES; | |
| CLANG_WARN_COMMA = YES; | |
| CLANG_WARN_CONSTANT_CONVERSION = YES; | |
| CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; | |
| CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; | |
| CLANG_WARN_DOCUMENTATION_COMMENTS = YES; | |
| CLANG_WARN_EMPTY_BODY = YES; | |
| CLANG_WARN_ENUM_CONVERSION = YES; | |
| CLANG_WARN_INFINITE_RECURSION = YES; | |
| CLANG_WARN_INT_CONVERSION = YES; | |
| CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; | |
| CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; | |
| CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; | |
| CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; | |
| CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES; | |
| CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; | |
| CLANG_WARN_STRICT_PROTOTYPES = YES; | |
| CLANG_WARN_SUSPICIOUS_MOVE = YES; | |
| CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE; | |
| CLANG_WARN_UNREACHABLE_CODE = YES; | |
| CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; | |
| COPY_PHASE_STRIP = NO; | |
| DEBUG_INFORMATION_FORMAT = dwarf; | |
| ENABLE_STRICT_OBJC_MSGSEND = YES; | |
| ENABLE_TESTABILITY = YES; | |
| ENABLE_USER_SCRIPT_SANDBOXING = YES; | |
| GCC_C_LANGUAGE_STANDARD = gnu17; | |
| GCC_DYNAMIC_NO_PIC = NO; | |
| GCC_NO_COMMON_BLOCKS = YES; | |
| GCC_OPTIMIZATION_LEVEL = 0; | |
| GCC_PREPROCESSOR_DEFINITIONS = ( | |
| "DEBUG=1", | |
| "$(inherited)", | |
| ); | |
| GCC_WARN_64_TO_32_BIT_CONVERSION = YES; | |
| GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; | |
| GCC_WARN_UNDECLARED_SELECTOR = YES; | |
| GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; | |
| GCC_WARN_UNUSED_FUNCTION = YES; | |
| GCC_WARN_UNUSED_VARIABLE = YES; | |
| IPHONEOS_DEPLOYMENT_TARGET = 17.0; | |
| LOCALIZATION_PREFERS_STRING_CATALOGS = YES; | |
| MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE; | |
| MTL_FAST_MATH = YES; | |
| ONLY_ACTIVE_ARCH = YES; | |
| SDKROOT = iphoneos; | |
| SWIFT_ACTIVE_COMPILATION_CONDITIONS = "DEBUG $(inherited)"; | |
| SWIFT_OPTIMIZATION_LEVEL = "-Onone"; | |
| }; | |
| name = Debug; | |
| }; | |
| 8A1C83802AC328BE0096AF73 /* Release */ = { | |
| isa = XCBuildConfiguration; | |
| buildSettings = { | |
| ALWAYS_SEARCH_USER_PATHS = NO; | |
| ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES; | |
| CLANG_ANALYZER_NONNULL = YES; | |
| CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; | |
| CLANG_CXX_LANGUAGE_STANDARD = "gnu++20"; | |
| CLANG_ENABLE_MODULES = YES; | |
| CLANG_ENABLE_OBJC_ARC = YES; | |
| CLANG_ENABLE_OBJC_WEAK = YES; | |
| CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; | |
| CLANG_WARN_BOOL_CONVERSION = YES; | |
| CLANG_WARN_COMMA = YES; | |
| CLANG_WARN_CONSTANT_CONVERSION = YES; | |
| CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; | |
| CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; | |
| CLANG_WARN_DOCUMENTATION_COMMENTS = YES; | |
| CLANG_WARN_EMPTY_BODY = YES; | |
| CLANG_WARN_ENUM_CONVERSION = YES; | |
| CLANG_WARN_INFINITE_RECURSION = YES; | |
| CLANG_WARN_INT_CONVERSION = YES; | |
| CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; | |
| CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; | |
| CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; | |
| CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; | |
| CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES; | |
| CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; | |
| CLANG_WARN_STRICT_PROTOTYPES = YES; | |
| CLANG_WARN_SUSPICIOUS_MOVE = YES; | |
| CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE; | |
| CLANG_WARN_UNREACHABLE_CODE = YES; | |
| CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; | |
| COPY_PHASE_STRIP = NO; | |
| DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; | |
| ENABLE_NS_ASSERTIONS = NO; | |
| ENABLE_STRICT_OBJC_MSGSEND = YES; | |
| ENABLE_USER_SCRIPT_SANDBOXING = YES; | |
| GCC_C_LANGUAGE_STANDARD = gnu17; | |
| GCC_NO_COMMON_BLOCKS = YES; | |
| GCC_WARN_64_TO_32_BIT_CONVERSION = YES; | |
| GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; | |
| GCC_WARN_UNDECLARED_SELECTOR = YES; | |
| GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; | |
| GCC_WARN_UNUSED_FUNCTION = YES; | |
| GCC_WARN_UNUSED_VARIABLE = YES; | |
| IPHONEOS_DEPLOYMENT_TARGET = 17.0; | |
| LOCALIZATION_PREFERS_STRING_CATALOGS = YES; | |
| MTL_ENABLE_DEBUG_INFO = NO; | |
| MTL_FAST_MATH = YES; | |
| SDKROOT = iphoneos; | |
| SWIFT_COMPILATION_MODE = wholemodule; | |
| VALIDATE_PRODUCT = YES; | |
| }; | |
| name = Release; | |
| }; | |
| 8A1C83822AC328BE0096AF73 /* Debug */ = { | |
| isa = XCBuildConfiguration; | |
| buildSettings = { | |
| ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; | |
| CLANG_ENABLE_MODULES = YES; | |
| CODE_SIGN_STYLE = Automatic; | |
| CURRENT_PROJECT_VERSION = 1; | |
| DEVELOPMENT_TEAM = K5UQJPP73A; | |
| ENABLE_PREVIEWS = YES; | |
| GENERATE_INFOPLIST_FILE = YES; | |
| INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES; | |
| INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES; | |
| INFOPLIST_KEY_UILaunchScreen_Generation = YES; | |
| INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"; | |
| INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"; | |
| IPHONEOS_DEPLOYMENT_TARGET = 16.0; | |
| LD_RUNPATH_SEARCH_PATHS = ( | |
| "$(inherited)", | |
| "@executable_path/Frameworks", | |
| ); | |
| MARKETING_VERSION = 1.0; | |
| PRODUCT_BUNDLE_IDENTIFIER = "com.bachittle.llama-swift"; | |
| PRODUCT_NAME = "$(TARGET_NAME)"; | |
| SUPPORTED_PLATFORMS = "iphoneos iphonesimulator xros xrsimulator"; | |
| SUPPORTS_XR_DESIGNED_FOR_IPHONE_IPAD = NO; | |
| SWIFT_EMIT_LOC_STRINGS = YES; | |
| SWIFT_OPTIMIZATION_LEVEL = "-Onone"; | |
| SWIFT_VERSION = 5.0; | |
| TARGETED_DEVICE_FAMILY = "1,2,7"; | |
| }; | |
| name = Debug; | |
| }; | |
| 8A1C83832AC328BE0096AF73 /* Release */ = { | |
| isa = XCBuildConfiguration; | |
| buildSettings = { | |
| ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; | |
| CLANG_ENABLE_MODULES = YES; | |
| CODE_SIGN_STYLE = Automatic; | |
| CURRENT_PROJECT_VERSION = 1; | |
| DEVELOPMENT_TEAM = K5UQJPP73A; | |
| ENABLE_PREVIEWS = YES; | |
| GENERATE_INFOPLIST_FILE = YES; | |
| INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES; | |
| INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES; | |
| INFOPLIST_KEY_UILaunchScreen_Generation = YES; | |
| INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"; | |
| INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"; | |
| IPHONEOS_DEPLOYMENT_TARGET = 16.0; | |
| LD_RUNPATH_SEARCH_PATHS = ( | |
| "$(inherited)", | |
| "@executable_path/Frameworks", | |
| ); | |
| MARKETING_VERSION = 1.0; | |
| PRODUCT_BUNDLE_IDENTIFIER = "com.bachittle.llama-swift"; | |
| PRODUCT_NAME = "$(TARGET_NAME)"; | |
| SUPPORTED_PLATFORMS = "iphoneos iphonesimulator xros xrsimulator"; | |
| SUPPORTS_XR_DESIGNED_FOR_IPHONE_IPAD = NO; | |
| SWIFT_EMIT_LOC_STRINGS = YES; | |
| SWIFT_VERSION = 5.0; | |
| TARGETED_DEVICE_FAMILY = "1,2,7"; | |
| }; | |
| name = Release; | |
| }; | |
| /* End XCBuildConfiguration section */ | |
| /* Begin XCConfigurationList section */ | |
| 8A1C836E2AC328BD0096AF73 /* Build configuration list for PBXProject "llama.swiftui" */ = { | |
| isa = XCConfigurationList; | |
| buildConfigurations = ( | |
| 8A1C837F2AC328BE0096AF73 /* Debug */, | |
| 8A1C83802AC328BE0096AF73 /* Release */, | |
| ); | |
| defaultConfigurationIsVisible = 0; | |
| defaultConfigurationName = Release; | |
| }; | |
| 8A1C83812AC328BE0096AF73 /* Build configuration list for PBXNativeTarget "llama.swiftui" */ = { | |
| isa = XCConfigurationList; | |
| buildConfigurations = ( | |
| 8A1C83822AC328BE0096AF73 /* Debug */, | |
| 8A1C83832AC328BE0096AF73 /* Release */, | |
| ); | |
| defaultConfigurationIsVisible = 0; | |
| defaultConfigurationName = Release; | |
| }; | |
| /* End XCConfigurationList section */ | |
| }; | |
| rootObject = 8A1C836B2AC328BD0096AF73 /* Project object */; | |
| } | |