We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b1b32b commit 576502eCopy full SHA for 576502e
README.md
@@ -65,7 +65,7 @@ tokenizer = AutoTokenizer.from_pretrained(checkpoint)
65
pipe = pipeline("text-generation", model=model, tokenizer=tokenizer, device=0)
66
print( pipe("def hello():") )
67
```
68
-For hardware requirements, check the secyoon [Inference hardware requirements](#inference-hardware-requirements).
+For hardware requirements, check the section [Inference hardware requirements](#inference-hardware-requirements).
69
70
## Text-generation-inference
71
0 commit comments