mirror of
https://github.com/hwchase17/langchain
synced 2024-11-06 03:20:49 +00:00
typo in locall llms fixed (#9755)
Hi, I noticed a typo in the local_llms.ipynb file and fixed it. The word challenge is without 'a' in the original file. @baskaryan , @eyurtsev Thanks. Co-authored-by: Fliprise <fliprise@Fliprises-MacBook-Pro.local>
This commit is contained in:
parent
c9ff0ab2e9
commit
433c4a721e
@ -146,7 +146,7 @@
|
|||||||
"source": [
|
"source": [
|
||||||
"## Environment\n",
|
"## Environment\n",
|
||||||
"\n",
|
"\n",
|
||||||
"Inference speed is a chllenge when running models locally (see above).\n",
|
"Inference speed is a challenge when running models locally (see above).\n",
|
||||||
"\n",
|
"\n",
|
||||||
"To minimize latency, it is desiable to run models locally on GPU, which ships with many consumer laptops [e.g., Apple devices](https://www.apple.com/newsroom/2022/06/apple-unveils-m2-with-breakthrough-performance-and-capabilities/).\n",
|
"To minimize latency, it is desiable to run models locally on GPU, which ships with many consumer laptops [e.g., Apple devices](https://www.apple.com/newsroom/2022/06/apple-unveils-m2-with-breakthrough-performance-and-capabilities/).\n",
|
||||||
"\n",
|
"\n",
|
||||||
|
Loading…
Reference in New Issue
Block a user