Skip to content

Commit 9ebff35

Browse files
authored
Fix Typo in Test Description and Update Link Formatting in Documentation (#1531)
Description: This pull request addresses two minor issues: 1. Corrects a typo in the test suite description from "interpretation" to "interpretation" in `packages/jinja/test/templates.test.js`. 2. Updates the link formatting for the text-generation-inference repository in the documentation file `packages/tasks/src/tasks/text-generation/about.md` for consistency.
1 parent a7f3ada commit 9ebff35

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/jinja/test/templates.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4337,7 +4337,7 @@ describe("Templates", () => {
43374337
// TODO add failure cases
43384338
});
43394339

4340-
describe("Parsing and intepretation", () => {
4340+
describe("Parsing and interpretation", () => {
43414341
describe("should interpret an AST", () => {
43424342
for (const [name, text] of Object.entries(TEST_PARSED)) {
43434343
const ast = parse(text);

packages/tasks/src/tasks/text-generation/about.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ Would you like to learn more about the topic? Awesome! Here you can find some cu
101101

102102
- You can use [PEFT](https://github.com/huggingface/peft) to adapt large language models in efficient way.
103103
- [ChatUI](https://github.com/huggingface/chat-ui) is the open-source interface to conversate with Large Language Models.
104-
- [text-generation-inferface](https://github.com/huggingface/text-generation-inference)
104+
- [text-generation-interface](https://github.com/huggingface/text-generation-inference)
105105
- [HuggingChat](https://huggingface.co/chat/) is a chat interface powered by Hugging Face to chat with powerful models like Meta Llama 3 70B, Mixtral 8x7B, etc.
106106

107107
### Documentation

0 commit comments

Comments
 (0)