community[minor]: Add Ascend NPU optimized Embeddings (#20260)

- **Description:** Add NPU support for embeddings

---------

Co-authored-by: Bagatur <22008038+baskaryan@users.noreply.github.com>
Co-authored-by: Bagatur <baskaryan@gmail.com>
This commit is contained in:
yuncliu
2024-06-25 04:15:11 +08:00
committed by GitHub
parent 7b1066341b
commit 398b2b9c51
7 changed files with 335 additions and 2 deletions

View File

@@ -78,6 +78,7 @@ EXPECTED_ALL = [
"OpenVINOEmbeddings",
"OpenVINOBgeEmbeddings",
"SolarEmbeddings",
"AscendEmbeddings",
"ZhipuAIEmbeddings",
]