diff --git a/README.md b/README.md index c68c5cfa..73d3c5ae 100644 --- a/README.md +++ b/README.md @@ -177,3 +177,7 @@ Over 50 models have been optimized/verified on `ipex-llm`, including *LLaMA/LLaM | DeciLM-7B | [link](python/llm/example/CPU/HF-Transformers-AutoModels/Model/deciLM-7b) | [link](python/llm/example/GPU/HF-Transformers-AutoModels/Model/deciLM-7b) | | Deepseek | [link](python/llm/example/CPU/HF-Transformers-AutoModels/Model/deepseek) | [link](python/llm/example/GPU/HF-Transformers-AutoModels/Model/deepseek) | | StableLM | [link](python/llm/example/CPU/HF-Transformers-AutoModels/Model/stablelm) | [link](python/llm/example/GPU/HF-Transformers-AutoModels/Model/stablelm) | + +## Get Support +- Please report a bug or raise a feature request by opening a [Github Issue](https://github.com/intel-analytics/ipex-llm/issues) +- Please report a vulnerability by opening a draft [GitHub Security Advisory](https://github.com/intel-analytics/ipex-llm/security/advisories) diff --git a/docs/readthedocs/source/index.rst b/docs/readthedocs/source/index.rst index 6b85f50f..086ffe75 100644 --- a/docs/readthedocs/source/index.rst +++ b/docs/readthedocs/source/index.rst @@ -561,6 +561,11 @@ Verified Models +************************************************ +Get Support +************************************************ +* Please report a bug or raise a feature request by opening a `Github Issue `_ +* Please report a vulnerability by opening a draft `GitHub Security Advisory `_ ------