Skip to content

Commit

Permalink
Update README.md (#80)
Browse files Browse the repository at this point in the history
* Update README.md

add a link to system overview page.

BUG=none

* Update README.md

use relative link.
  • Loading branch information
haozha111 authored Jul 3, 2024
1 parent 6b0bc9f commit 6e37d95
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ai_edge_torch/generative/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ The system is designed to help ML practitioners deploy their trained Large Langu
* [Convert](#convert-pytorch-llm-to-a-tflite-model) the model, and get a TFLite Flatbuffer representing the mobile model.
* Choose either approach below to deploy the end to end [LLM Inference Pipeline](#end-to-end-inference-pipeline).

For a more detailed explaination of how the system works, please refer to the [System Overview](doc/system_overview.md).

### Model Authoring using Edge Generative API

The library provides basic [building blocks](generative/layers) for common transformer models (encoder only, decoder only, or encoder-decoder style). As a mobile App developer who wants to integrate LLMs or transformer models into your Android or iOS app, you can re-author your PyTorch Large Language Model using these layers.
Expand Down

0 comments on commit 6e37d95

Please sign in to comment.