Skip to content

Commit

Permalink
fix broken link to FP8 example (#2034)
Browse files Browse the repository at this point in the history
Signed-off-by: Huang, Tai <tai.huang@intel.com>
  • Loading branch information
thuang6 authored Oct 17, 2024
1 parent 01bf4b2 commit 45b29d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/3x/PT_FP8Quant.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ model = convert(model)

| Task | Example |
|----------------------|---------|
| Computer Vision (CV) | [Link](../../examples/3.x_api/pytorch/cv/fp8_quant/) |
| Computer Vision (CV) | [Link](../../../examples/3.x_api/pytorch/cv/fp8_quant/) |
| Large Language Model (LLM) | [Link](https://github.com/huggingface/optimum-habana/tree/main/examples/text-generation#running-with-fp8) |

> Note: For LLM, Optimum-habana provides higher performance based on modified modeling files, so here the Link of LLM goes to Optimum-habana, which utilize Intel Neural Compressor for FP8 quantization internally.

0 comments on commit 45b29d4

Please sign in to comment.