mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-04-23 07:52:06 +00:00
Update local_launch.md
This commit is contained in:
parent
c86dcbeeb1
commit
2675d934e5
@ -76,6 +76,8 @@ or through Python:
|
||||
pip install text-generation
|
||||
```
|
||||
|
||||
Then run:
|
||||
|
||||
```python
|
||||
from text_generation import Client
|
||||
|
||||
@ -92,4 +94,4 @@ print(text)
|
||||
To see all options to serve your models (in the [code](https://github.com/huggingface/text-generation-inference/blob/main/launcher/src/main.rs)) or in the cli:
|
||||
```
|
||||
text-generation-launcher --help
|
||||
```
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user