Fix typos and improve grammar in README #61
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Corrected several typographical errors and improved grammar throughout the README for better clarity and professionalism. Changes include fixing word forms, possessives, and minor phrasing issues.
"memory.." -> "memory."
Removed the extra period for correct punctuation.
"Transformers's chat template" -> "Transformers' chat template"
Fixed the possessive form for the plural proper noun Transformers.
"webserver" -> "web server"
Converted the compound word to the standard two-word form for clarity and consistency.
"python 3.12" -> "Python 3.12"
Capitalized Python because programming-language names are proper nouns.
"To run the reference implementation. Install dependencies:" -> "To run the reference implementation, install the dependencies:"
Merged two sentence fragments, added the article the, and replaced the period with a comma for smoother flow.
"Or downloaded the pre-converted weight:" -> "Or download the pre-converted weights:"
Corrected verb tense (present imperative instead of past) and made weights plural.
"a basic example on how to use" -> "a basic example of how to use"
Replaced the incorrect preposition on with of.
"as a inference solution" -> "as an inference solution"
Switched "a" to "an" because inference starts with a vowel sound.
"every two value" -> "every two values"
Added the missing plural s for noun–verb agreement.
"recommend use BF16" -> "recommend using BF16"
Changed use to the gerund using to fit the verb construction "recommend + gerund".