mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-09-11 04:14:52 +00:00
nit
This commit is contained in:
parent
982d6709fe
commit
c12547972d
@ -37,17 +37,16 @@ brew install protobuf
|
||||
Then run to install Text Generation Inference:
|
||||
|
||||
```shell
|
||||
BUILD_EXTENSIONS=True make install # Install repository and HF/transformer fork with CUDA kernels```
|
||||
BUILD_EXTENSIONS=True make install # Install repository and HF/transformer fork with CUDA kernels
|
||||
```
|
||||
|
||||
<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:
|
||||
|
||||
```shell
|
||||
|
Loading…
Reference in New Issue
Block a user