ZenBel
ZenBel
Right, it makes sense. Thanks a lot for the clarification and the link to the article! Z
Thanks for the reply. So, just to be clear, when using `stopes` with `cluster: local` only 1 GPU is used even though the machine has more? Indeed, adding the following...
Is there any update on this since 2019?
Try this ``` from ragas.dataset_schema import SingleTurnSample from ragas.metrics import SemanticSimilarity from langchain_huggingface import HuggingFaceEmbeddings sample = SingleTurnSample( response="The Eiffel Tower is located in Paris.", reference="The Eiffel Tower is located...