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}>
|
<Tip warning={true}>
|
||||||
|
|
||||||
On some machines, you may also need the OpenSSL libraries and gcc. On Linux machines, run:
|
On some machines, you may also need the OpenSSL libraries and gcc. On Linux machines, run:
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
sudo apt-get install libssl-dev gcc -y
|
sudo apt-get install libssl-dev gcc -y
|
||||||
```
|
```
|
||||||
|
|
||||||
</Tip>
|
</Tip>
|
||||||
|
|
||||||
Once installation is done, simply run:
|
Once installation is done, simply run:
|
||||||
|
Loading…
Reference in New Issue
Block a user