Unverified Commit 2432ad40 authored by FredericOdermatt's avatar FredericOdermatt Committed by GitHub
Browse files

[Minifix] Remove extra space in cot example (#1569)

parent 45473d4b
...@@ -108,7 +108,7 @@ def cot_decoding(s, question, get_top_k, is_chat_model, verbose): ...@@ -108,7 +108,7 @@ def cot_decoding(s, question, get_top_k, is_chat_model, verbose):
sgl.set_default_backend(sgl.RuntimeEndpoint("http://localhost:30000")) sgl.set_default_backend(sgl.RuntimeEndpoint("http://localhost:30000"))
state = cot_decoding.run( state = cot_decoding.run(
question=r"Claire makes a 3 egg omelet every morning for breakfast. How many dozens of eggs will she eat in 4 weeks?", question=r"Claire makes a 3 egg omelet every morning for breakfast. How many dozens of eggs will she eat in 4 weeks?",
get_top_k=10, get_top_k=10,
is_chat_model=True, is_chat_model=True,
verbose=False, verbose=False,
......
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