mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-09-10 20:04:52 +00:00
Fix code snippet in Tip
This commit is contained in:
parent
00c697e587
commit
18c5861016
@ -41,10 +41,13 @@ BUILD_EXTENSIONS=True make install # Install repository and HF/transformer fork
|
||||
```
|
||||
|
||||
<Tip warning={true}>
|
||||
|
||||
On some machines, you may also need the OpenSSL libraries and gcc. On Linux machines, run:
|
||||
|
||||
```shell
|
||||
sudo apt-get install libssl-dev gcc -y
|
||||
```
|
||||
|
||||
</Tip>
|
||||
|
||||
Once installation is done, simply run:
|
||||
|
Loading…
Reference in New Issue
Block a user