Skip to content

Commit

Permalink
Remove broken link from documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
vishnuravi committed Feb 2, 2025
1 parent 8369b21 commit 5bb77ce
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Sources/SpeziLLMLocal/SpeziLLMLocal.docc/SpeziLLMLocal.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ You need to add the SpeziLLM Swift package to
> Important: Spezi LLM Local is not compatible with simulators. The underlying [`mlx-swift`](https://github.com/ml-explore/mlx-swift) requires a modern Metal MTLGPUFamily and the simulator does not provide that.
> Important: To use the LLM local target, some LLMs require adding the [Increase Memory Limit](https://developer.apple.com/documentation/bundleresources/entitlements/com_apple_developer_kernel_increased-memory-limit) entitlement to the project.
> Important: To use the LLM local target, some LLMs require adding the *Increase Memory Limit* entitlement to the project.
## Spezi LLM Local Components

Expand Down
1 change: 1 addition & 0 deletions Tests/UITests/TestApp/TestAppDelegate.swift
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ class TestAppDelegate: SpeziAppDelegate {
LLMMockPlatform()
// No CA certificate (meaning no encrypted traffic) for development purposes, see `caCertificateUrl` above
LLMFogPlatform(configuration: .init(host: "spezillmfog.local", caCertificate: nil))
LLMLocalPlatform()
LLMOpenAIPlatform()
}
}
Expand Down
8 changes: 4 additions & 4 deletions Tests/UITests/UITests.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -580,7 +580,7 @@
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_ASSET_PATHS = "";
DEVELOPMENT_TEAM = "";
DEVELOPMENT_TEAM = B2Q3T3P8HP;
ENABLE_PREVIEWS = YES;
ENABLE_TESTING_SEARCH_PATHS = YES;
GENERATE_INFOPLIST_FILE = YES;
Expand All @@ -597,7 +597,7 @@
);
MACOSX_DEPLOYMENT_TARGET = 14.0;
MARKETING_VERSION = 1.0;
PRODUCT_BUNDLE_IDENTIFIER = edu.stanford.spezillm.testapp;
PRODUCT_BUNDLE_IDENTIFIER = com.vishnuravi.spezillm.testapp;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator macosx xros xrsimulator";
Expand All @@ -622,7 +622,7 @@
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_ASSET_PATHS = "";
DEVELOPMENT_TEAM = "";
DEVELOPMENT_TEAM = B2Q3T3P8HP;
ENABLE_PREVIEWS = YES;
ENABLE_TESTING_SEARCH_PATHS = YES;
GENERATE_INFOPLIST_FILE = YES;
Expand All @@ -639,7 +639,7 @@
);
MACOSX_DEPLOYMENT_TARGET = 14.0;
MARKETING_VERSION = 1.0;
PRODUCT_BUNDLE_IDENTIFIER = edu.stanford.spezillm.testapp;
PRODUCT_BUNDLE_IDENTIFIER = com.vishnuravi.spezillm.testapp;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator macosx xros xrsimulator";
Expand Down

0 comments on commit 5bb77ce

Please sign in to comment.