From 2a6d4acc9db5a4db8b4ea0f0cdfff59e5e1bb3f1 Mon Sep 17 00:00:00 2001 From: VAS <126754021+fvaysh@users.noreply.github.com> Date: Tue, 17 Oct 2023 07:13:15 +0530 Subject: [PATCH] Fixed a typo in anyscale.ipynb (#11822) Fixed a typo : "asyncrhonized" > "asynchronized" If no one reviews your PR within a few days, please @-mention one of @baskaryan, @eyurtsev, @hwchase17. --> --- docs/docs/integrations/llms/anyscale.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/integrations/llms/anyscale.ipynb b/docs/docs/integrations/llms/anyscale.ipynb index f59e5b154f..ddce624029 100644 --- a/docs/docs/integrations/llms/anyscale.ipynb +++ b/docs/docs/integrations/llms/anyscale.ipynb @@ -100,7 +100,7 @@ "id": "42f05b34-1a44-4cbd-8342-35c1572b6765", "metadata": {}, "source": [ - "With Ray, we can distribute the queries without asyncrhonized implementation. This not only applies to Anyscale LLM model, but to any other Langchain LLM models which do not have `_acall` or `_agenerate` implemented" + "With Ray, we can distribute the queries without asynchronized implementation. This not only applies to Anyscale LLM model, but to any other Langchain LLM models which do not have `_acall` or `_agenerate` implemented" ] }, {