Open sunnyregion opened 10 months ago
To achieve consistent answers, you can include --seed 0 --top-k 1
in your command line arguments. This approach can stabilize the generation results for short lengths; our tests indicate that a length of 32 is reproducible.
For more detailed information, you can refer to the documentation of examples/main
available here: docs.
Prerequisites
Before submitting your question, please ensure the following:
Question Details
Please provide a clear and concise description of your question. If applicable, include steps to reproduce the issue or behaviors you've observed.
Additional Context
Please provide any additional information that may be relevant to your question, such as specific system configurations, environment details, or any other context that could be helpful in addressing your inquiry.
我执行下面的命令:
每次得到的答案都不一样。 我希望每次得到的都一样。
I execute the following command:
Every time I get a different answer. I want to get the same one any time.