Skip to content

Commit

Permalink
[skip actions] Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kddubey committed Feb 11, 2024
1 parent f61b593 commit 3694153
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,9 @@ for more info on using ``transformers`` models.
<details>
<summary>Cache instructions to save time</summary>

Many prompts start with the same set of instructions, e.g., a system prompt and a
handful of example input-output pairs. Instead of repeatedley running the model on
common instructions, cache them so that future computations are faster.
Many prompts start with the same set of instructions, e.g., a system prompt plus a
handful of example input-output pairs. Instead of repeatedly running the model on common
instructions, cache them so that future computations are faster.

Here's an
example using
Expand Down

0 comments on commit 3694153

Please sign in to comment.