Skip to content

Commit

Permalink
iOS version bump and testflight link (#570)
Browse files Browse the repository at this point in the history
  • Loading branch information
tqchen authored Jul 19, 2023
1 parent c2183b9 commit ea9f2d8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
8 changes: 5 additions & 3 deletions docs/get_started/try_out.rst
Original file line number Diff line number Diff line change
Expand Up @@ -81,11 +81,13 @@ and you can try out prebuilt models on the following platforms:
.. image:: https://linkmaker.itunes.apple.com/assets/shared/badges/en-us/appstore-lrg.svg
:width: 135
:target: https://apps.apple.com/us/app/mlc-chat/id6448482937

|
**MLC LLM now supports Llama-2 via the test link below** *

.. note::
If the app is not available in your country or region on App Store, please try the beta version of MLC-Chat on
You can also try out the beta version of MLC-Chat on
`TestFlight <https://testflight.apple.com/join/57zd7oxa>`__.

Once the app is installed, you can download the models and then engage in chat with the model without requiring an internet connection.
Expand All @@ -107,7 +109,7 @@ and you can try out prebuilt models on the following platforms:
:target: https://github.com/mlc-ai/binary-mlc-llm-libs/raw/main/mlc-chat.apk

|
Once the app is installed, you can engage in a chat with the model without the need for an internet connection:

Memory requirements vary across different models. The Vicuna-7B model necessitates an Android device with a minimum of 6GB RAM, whereas the RedPajama-3B model can run on an Android device with at least 4GB RAM.
Expand Down
8 changes: 4 additions & 4 deletions ios/MLCChat.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@
GENERATE_INFOPLIST_FILE = YES;
"HEADER_SEARCH_PATHS[arch=*]" = "";
INFOPLIST_FILE = MLCChat/Info.plist;
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.education";
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.productivity";
INFOPLIST_KEY_NSCameraUsageDescription = "This app requires usage of camera to function properly.";
INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES;
INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
Expand All @@ -381,7 +381,7 @@
"$(inherited)",
"$(PROJECT_DIR)/build/lib",
);
MARKETING_VERSION = 1.0;
MARKETING_VERSION = 1.1;
OTHER_LDFLAGS = (
"-Wl,-all_load",
"-lmodel_iphone",
Expand Down Expand Up @@ -420,7 +420,7 @@
GENERATE_INFOPLIST_FILE = YES;
"HEADER_SEARCH_PATHS[arch=*]" = "";
INFOPLIST_FILE = MLCChat/Info.plist;
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.education";
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.productivity";
INFOPLIST_KEY_NSCameraUsageDescription = "This app requires usage of camera to function properly.";
INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES;
INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
Expand All @@ -435,7 +435,7 @@
"$(inherited)",
"$(PROJECT_DIR)/build/lib",
);
MARKETING_VERSION = 1.0;
MARKETING_VERSION = 1.1;
OTHER_LDFLAGS = (
"-Wl,-all_load",
"-lmodel_iphone",
Expand Down

0 comments on commit ea9f2d8

Please sign in to comment.