Skip to content

Commit

Permalink
Fix broken link (#2575)
Browse files Browse the repository at this point in the history
### Changes

Link for LLM inference moved to other url

### Reason for changes

Fix pre-commit links check

---------

Co-authored-by: Lyalyushkin Nikolay <[email protected]>
  • Loading branch information
daniil-lyakhov and ljaljushkin authored Mar 14, 2024
1 parent 1349247 commit 5c75b05
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/compression_algorithms/CompressWeights.md
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,8 @@ This modification applies only for patterns `MatMul-Multiply-MatMul` (for exampl
#### Additional resources

- [LLM Weight Compression](https://docs.openvino.ai/2024/openvino-workflow/model-optimization-guide/weight-compression.html)
- [Optimize and Deploy Generative AI Models using Hugging Face Optimum Intel](https://docs.openvino.ai/2024/openvino-workflow/generative-ai-models-guide.html)
- [Large Language Model Inference Guide](https://docs.openvino.ai/2024/learn-openvino/llm_inference_guide.html)
- [Inference with Hugging Face and Optimum Intel](https://docs.openvino.ai/2024/learn-openvino/llm_inference_guide/llm-inference-hf.html)
- [Optimum Intel documentation](https://huggingface.co/docs/optimum/intel/inference)
- [Large Language Models Weight Compression Example](https://github.com/openvinotoolkit/nncf/blob/develop/examples/llm_compression/openvino/tiny_llama)
- [Tuning Ratio and Group Size Example](https://github.com/openvinotoolkit/nncf/blob/develop/examples/llm_compression/openvino/tiny_llama_find_hyperparams)
Expand Down

0 comments on commit 5c75b05

Please sign in to comment.