Skip to content

Commit 576502e

Browse files
authored
Fix typo
1 parent 3b1b32b commit 576502e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ tokenizer = AutoTokenizer.from_pretrained(checkpoint)
6565
pipe = pipeline("text-generation", model=model, tokenizer=tokenizer, device=0)
6666
print( pipe("def hello():") )
6767
```
68-
For hardware requirements, check the secyoon [Inference hardware requirements](#inference-hardware-requirements).
68+
For hardware requirements, check the section [Inference hardware requirements](#inference-hardware-requirements).
6969

7070
## Text-generation-inference
7171

0 commit comments

Comments
 (0)