mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-04-21 23:12:07 +00:00
Fix doc. (#2792)
This commit is contained in:
parent
d471805134
commit
1d2cb356b9
@ -16,7 +16,7 @@ If the above list lacks the model you would like to serve, depending on the mode
|
|||||||
|
|
||||||
```python
|
```python
|
||||||
# for causal LMs/text-generation models
|
# for causal LMs/text-generation models
|
||||||
AutoModelForCausalLM.from_pretrained(<model>, device_map="auto")`
|
AutoModelForCausalLM.from_pretrained(<model>, device_map="auto")
|
||||||
# or, for text-to-text generation models
|
# or, for text-to-text generation models
|
||||||
AutoModelForSeq2SeqLM.from_pretrained(<model>, device_map="auto")
|
AutoModelForSeq2SeqLM.from_pretrained(<model>, device_map="auto")
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user