From 433c4a721efe4896985c4f64139cf539797c1886 Mon Sep 17 00:00:00 2001 From: Nino Risteski <95188570+NinoRisteski@users.noreply.github.com> Date: Mon, 4 Sep 2023 05:29:41 +0200 Subject: [PATCH] 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 --- docs/extras/guides/local_llms.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/extras/guides/local_llms.ipynb b/docs/extras/guides/local_llms.ipynb index 91ace2eaf4..90c3232a2b 100644 --- a/docs/extras/guides/local_llms.ipynb +++ b/docs/extras/guides/local_llms.ipynb @@ -146,7 +146,7 @@ "source": [ "## Environment\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", "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",