Fix multi-turn generation #56
Annotations
3 errors and 2 warnings
tests/utilization/model/test_apply_prompt_template.py#L11
test_base
AssertionError: assert 'This is a sy...tant message.' == 'This is a sy...tant message.'
Skipping 40 identical leading characters in diff, use -v to show
- r message. This is an assistant message.
? -
+ r message.This is an assistant message.
- This is the second user message. This is the second assistant message.
? -
+ This is the second user message.This is the second assistant message.
|
tests/utilization/model/test_to_model_prompt.py#L61
test_to_model_prompt[get_prob-True]
AssertionError: assert ('This is a s... message.', 1) == ('This is a s... message.', 1)
At index 1 diff: 'This is a user message.This is an assistant message.\n\n' != 'This is a user message. This is an assistant message.\n\n'
Full diff:
(
'This is a system message.\n'
'\n',
- 'This is a user message. This is an assistant message.\n'
? -
+ 'This is a user message.This is an assistant message.\n'
'\n',
'This is the second user message.',
' This is the second assistant message.',
1,
)
|
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-python@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "coverage1".
Please update your workflow to use v4 of the artifact actions.
Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
The logs for this run have expired and are no longer available.
Loading