8000 Fix Typo in Test Description and Update Link Formatting in Documentation by zeevick10 · Pull Request #1531 · huggingface/huggingface.js · GitHub
[go: up one dir, main page]

Skip to content

Fix Typo in Test Description and Update Link Formatting in Documentation #1531

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jun 17, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/jinja/test/templates.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -4337,7 +4337,7 @@ describe("Templates", () => {
// TODO add failure cases
});

describe("Parsing and intepretation", () => {
describe("Parsing and interpretation", () => {
describe("should interpret an AST", () => {
for (const [name, text] of Object.entries(TEST_PARSED)) {
const ast = parse(text);
Expand Down
2 changes: 1 addition & 1 deletion packages/tasks/src/tasks/text-generation/about.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ Would you like to learn more about the topic? Awesome! Here you can find some cu

- You can use [PEFT](https://github.com/huggingface/peft) to adapt large language models in efficient way.
- [ChatUI](https://github.com/huggingface/chat-ui) is the open-source interface to conversate with Large Language Models.
- [text-generation-inferface](https://github.com/huggingface/text-generation-inference)
- [text-generation-interface](https://github.com/huggingface/text-generation-inference)
- [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.

### Documentation
Expand Down
Loading
0