mirror of
https://github.com/hwchase17/langchain.git
synced 2025-07-01 02:43:37 +00:00
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. -->
This commit is contained in:
parent
7c0f1bf23f
commit
2a6d4acc9d
@ -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"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user