mirror of
https://github.com/mudler/LocalAI.git
synced 2025-05-24 04:25:00 +00:00
Update text-generation.md (#2095)
Signed-off-by: Taikono-Himazin <kazu@po.harenet.ne.jp>
This commit is contained in:
parent
729378ca98
commit
b6f0e80d54
1 changed files with 5 additions and 1 deletions
|
@ -257,6 +257,10 @@ parameters:
|
||||||
# swap_space: 2
|
# swap_space: 2
|
||||||
# Uncomment to specify the maximum length of a sequence (including prompt and output)
|
# Uncomment to specify the maximum length of a sequence (including prompt and output)
|
||||||
# max_model_len: 32768
|
# max_model_len: 32768
|
||||||
|
# Uncomment and specify the number of Tensor divisions.
|
||||||
|
# Allows you to partition and run large models. Performance gains are limited.
|
||||||
|
# https://github.com/vllm-project/vllm/issues/1435
|
||||||
|
# tensor_parallel_size: 2
|
||||||
```
|
```
|
||||||
|
|
||||||
The backend will automatically download the required files in order to run the model.
|
The backend will automatically download the required files in order to run the model.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue