Skip to content

Commit 7605a82

Browse files
committed
fix: rename huggingface tei
1 parent 18d70df commit 7605a82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modelcache/embedding/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@ def PaddleNLP(model="ernie-3.0-medium-zh"):
3232
def Timm(model="resnet50", device="default"):
3333
return timm.Timm(model, device)
3434

35-
def TextEmbeddingsInference(base_url, model):
35+
def HuggingfaceTEI(base_url, model):
3636
return huggingface_tei.HuggingfaceTEI(base_url, model)

0 commit comments

Comments
 (0)