Skip to content

Commit

Permalink
add hardware
Browse files Browse the repository at this point in the history
Signed-off-by: youkaichao <[email protected]>
  • Loading branch information
youkaichao committed Dec 11, 2024
1 parent 61ae562 commit dd24928
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/source/usage/torch_compile.rst
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,11 @@ For multi-modality models, we compile the text-only part of the model from input

By carefully compiling the main computation of the model, we can avoid unnecessary compilation time and achieve better performance.

Supported Hardware
------------------

Right now ``torch.compile`` is supported on NVIDIA GPUs and AMD GPUs. Google TPUs also use ``torch.compile``, but in a different way.

Feature Compatibility
---------------------

Expand Down

0 comments on commit dd24928

Please sign in to comment.