"docs/source/en/api/pipelines/diffedit.md" did not exist on "bcc570b910ec9e73ec146b17b0b60b5e6f3e4f38"
Unverified Commit 31afe870 authored by bittersweet1999's avatar bittersweet1999 Committed by GitHub
Browse files

fix yi-chat template (#1178)

parent 1448be00
...@@ -8,5 +8,6 @@ models = [ ...@@ -8,5 +8,6 @@ models = [
max_out_len=1024, max_out_len=1024,
batch_size=8, batch_size=8,
run_cfg=dict(num_gpus=2), run_cfg=dict(num_gpus=2),
stop_words=['<|endoftext|>', '<|im_end|>'],
) )
] ]
...@@ -8,5 +8,6 @@ models = [ ...@@ -8,5 +8,6 @@ models = [
max_out_len=1024, max_out_len=1024,
batch_size=8, batch_size=8,
run_cfg=dict(num_gpus=1), run_cfg=dict(num_gpus=1),
stop_words=['<|endoftext|>', '<|im_end|>'],
) )
] ]
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment