"vscode:/vscode.git/clone" did not exist on "16fb668b61c8d21d1e86f0fa4aa876beb7647a8d"
Unverified Commit 9c8e2d11 authored by Michael Goin's avatar Michael Goin Committed by GitHub
Browse files

[Bugfix][Harmless] Fix float16 dtype for model_is_embedding (#7566)

parent 21313e09
......@@ -66,7 +66,7 @@ def model_is_embedding(model_name: str, trust_remote_code: bool) -> bool:
tokenizer_mode="auto",
trust_remote_code=trust_remote_code,
seed=0,
dtype="float16").embedding_mode
dtype="auto").embedding_mode
@asynccontextmanager
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment