Skip to content

Commit

Permalink
Add a warning for sharded llama accuracy (#942)
Browse files Browse the repository at this point in the history
Add a warning for sharded llama accuracy until
iree-org/iree#19948 is resolved.
  • Loading branch information
stbaione authored Feb 10, 2025
1 parent a2d33ca commit f12ed07
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/shortfin/llm/user/llama_serving.md
Original file line number Diff line number Diff line change
Expand Up @@ -310,6 +310,11 @@ ps -f | grep shortfin
<!-- TODO(#402): Streamline the way that models are sharded/exported/compiled for server. -->
> [!WARNING]
>
> There is a [known issue](https://github.com/iree-org/iree/issues/19948)
> impacting the accuracy of outputs from *sharded llama* variants.
Sharding, in the context of LLMs, refers to splitting the model’s parameters
across multiple machines or GPUs so that each device only handles a portion of
the overall weight matrix. This technique allows large models to fit into
Expand Down

0 comments on commit f12ed07

Please sign in to comment.