Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

run ios build (expected to fail atm) #755

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -214,8 +214,6 @@ For more details on quantization and what settings to use for your use
case visit our [Quanitization documentation](docs/quantization.md) or
run `python3 torchchat.py export`

[end default]: end

### Deploy and run on iOS

The following assumes you've completed the steps for [Setting up
Expand Down Expand Up @@ -247,6 +245,8 @@ Now, follow the app's UI guidelines to pick the model and tokenizer files from t
<img src="https://pytorch.org/executorch/main/_static/img/llama_ios_app.png" width="600" alt="iOS app running a LlaMA model">
</a>

[end default]: end


### Deploy and run on Android

Expand Down
Loading