Skip to content

Commit 07a23cc

Browse files
committed
clean up
Signed-off-by: Chris Abraham <cjyabraham@gmail.com>
1 parent 4503401 commit 07a23cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_posts/2023-11-16-accelerating-generative-ai.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ Wrapping up, we are excited to have[ announced](https://www.youtube.com/watch?v=
320320
* **GPU quantization** accelerate models with reduced precision operations [[api](https://github.com/pytorch-labs/ao/tree/main#torchao)]
321321
* **Scaled Dot Product Attention (SDPA)** a new, memory efficient implementation of Attention [[tutorial](https://pytorch.org/tutorials/intermediate/scaled_dot_product_attention_tutorial.html)]
322322
* **Semi-Structured (2:4) Sparsity** accelerate models with fewer bits to store weights and activations [[tutorial](https://pytorch.org/tutorials/prototype/semi_structured_sparse.html)]
323-
* **Nested Tensor** Highly optimized, ragged array handling for non-uniform batch and image sizes** **[[tutorial](https://pytorch.org/tutorials/prototype/nestedtensor.html)]
323+
* **Nested Tensor** Highly optimized, ragged array handling for non-uniform batch and image sizes [[tutorial](https://pytorch.org/tutorials/prototype/nestedtensor.html)]
324324
* **Triton kernels.** Custom GPU operations, easily built and optimized via Triton
325325

326326
For more details on how to reproduce the data presented in this blog post, check out [the experiments folder of segment-anything-fast](https://github.com/pytorch-labs/segment-anything-fast/tree/main/experiments). Please don't hesitate to contact us or [open an issue](https://github.com/pytorch-labs/segment-anything-fast/issues/new) if you run into any technical issues.

0 commit comments

Comments
 (0)