From 63050c954dcb9213e831e930914dbf12891f77d1 Mon Sep 17 00:00:00 2001 From: Jin Qiao <89779290+JinBridger@users.noreply.github.com> Date: Wed, 7 Feb 2024 11:05:11 +0800 Subject: [PATCH] fix (#10117) --- README.md | 2 ++ python/llm/README.md | 2 ++ 2 files changed, 4 insertions(+) diff --git a/README.md b/README.md index daa94d36..c63b85db 100644 --- a/README.md +++ b/README.md @@ -182,6 +182,8 @@ Over 20 models have been optimized/verified on `bigdl-llm`, including *LLaMA/LLa | Phixtral | [link](python/llm/example/CPU/HF-Transformers-AutoModels/Model/phixtral) | [link](python/llm/example/GPU/HF-Transformers-AutoModels/Model/phixtral) | | InternLM2 | [link](python/llm/example/CPU/HF-Transformers-AutoModels/Model/internlm2) | [link](python/llm/example/GPU/HF-Transformers-AutoModels/Model/internlm2) | | RWKV4 | | [link](python/llm/example/GPU/HF-Transformers-AutoModels/Model/rwkv4) | +| Bark | [link](python/llm/example/CPU/PyTorch-Models/Model/bark) | [link](python/llm/example/GPU/PyTorch-Models/Model/bark) | +| SpeechT5 | | [link](python/llm/example/GPU/PyTorch-Models/Model/speech-t5) | ***For more details, please refer to the `bigdl-llm` [Document](https://test-bigdl-llm.readthedocs.io/en/main/doc/LLM/index.html), [Readme](python/llm), [Tutorial](https://github.com/intel-analytics/bigdl-llm-tutorial) and [API Doc](https://bigdl.readthedocs.io/en/latest/doc/PythonAPI/LLM/index.html).*** diff --git a/python/llm/README.md b/python/llm/README.md index c25f6704..8e873191 100644 --- a/python/llm/README.md +++ b/python/llm/README.md @@ -78,6 +78,8 @@ Over 20 models have been optimized/verified on `bigdl-llm`, including *LLaMA/LLa | Phixtral | [link](example/CPU/HF-Transformers-AutoModels/Model/phixtral) | [link](example/GPU/HF-Transformers-AutoModels/Model/phixtral) | | InternLM2 | [link](example/CPU/HF-Transformers-AutoModels/Model/internlm2) | [link](example/GPU/HF-Transformers-AutoModels/Model/internlm2) | | RWKV4 | | [link](example/GPU/HF-Transformers-AutoModels/Model/rwkv4) | +| Bark | [link](example/CPU/PyTorch-Models/Model/bark) | [link](example/GPU/PyTorch-Models/Model/bark) | +| SpeechT5 | | [link](example/GPU/PyTorch-Models/Model/speech-t5) | ### Working with `bigdl-llm`