mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-09-10 20:04:52 +00:00
(UPDATE): remove internal references
This commit is contained in:
parent
1455830909
commit
a110e2807d
@ -3,7 +3,7 @@ deployment:
|
|||||||
port: 8080
|
port: 8080
|
||||||
max_concurrent_requests: 64
|
max_concurrent_requests: 64
|
||||||
local: True
|
local: True
|
||||||
endpoint: http://guanaco-65b-merged.inference.takomo.internal
|
endpoint: ""
|
||||||
|
|
||||||
macros:
|
macros:
|
||||||
tokenizer_name: bigscience/bloom-560m
|
tokenizer_name: bigscience/bloom-560m
|
||||||
@ -14,4 +14,4 @@ GenerationConfig:
|
|||||||
do_sample: True
|
do_sample: True
|
||||||
stop_sequences:
|
stop_sequences:
|
||||||
- "length"
|
- "length"
|
||||||
sequence_length: 100
|
sequence_length: 100
|
||||||
|
Loading…
Reference in New Issue
Block a user