From 22a3eded7b9a4603b0df36328795565acb20a276 Mon Sep 17 00:00:00 2001 From: Jael Gu Date: Sat, 2 Apr 2022 12:29:10 +0800 Subject: [PATCH] Update readme Signed-off-by: Jael Gu --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2fbd51d..096603d 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ Create the operator via the following factory method ​ ***model_name***: *str* ​ The model name in string. -You can get the list of supported model names by calling `get_model_list`. +You can get the list of supported model names by calling `get_model_list` from [auto_transformers.py](https://towhee.io/text-embedding/transformers/src/branch/main/auto_transformers.py). ## Interface