Skip to content

Commit

Permalink
tests: fix langchain hugging-face (#311)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoloboschi authored Mar 8, 2024
1 parent 7a175d4 commit c90d88f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ def nvidia_mixtral_llm():
("vertex_embedding", "vertex_llm"),
("bedrock_titan_embedding", "bedrock_anthropic_llm"),
("bedrock_cohere_embedding", "bedrock_meta_llm"),
("huggingface_hub_flant5xxl_llm", "huggingface_hub_minilml6v2_embedding"),
("huggingface_hub_minilml6v2_embedding", "huggingface_hub_flant5xxl_llm"),
("nvidia_embedding", "nvidia_mixtral_llm"),
],
)
Expand Down

0 comments on commit c90d88f

Please sign in to comment.