Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add pre-generated prompts option for benchmark #1091

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Add pre-generated prompts for benchmark

0b19f52
Select commit
Loading
Failed to load commit list.
Open

Add pre-generated prompts option for benchmark #1091

Add pre-generated prompts for benchmark
0b19f52
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL completed Nov 25, 2024 in 5s

1 configuration not found

Warning: Code scanning may not have found all the alerts introduced by this pull request, because 1 configuration present on refs/heads/main was not found:

API upload

  • ❓  <default>

New alerts in code changed by this pull request

  • 2 warnings

See annotations below for details.

View all branch alerts.

Annotations

Check warning on line 230 in benchmark/python/benchmark_e2e.py

See this annotation in the file changed.

Code scanning / CodeQL

Variable defined multiple times Warning test

This assignment to 'tokens' is unnecessary as it is
redefined
before this value is used.
This assignment to 'tokens' is unnecessary as it is
redefined
before this value is used.

Check warning on line 230 in benchmark/python/benchmark_e2e.py

See this annotation in the file changed.

Code scanning / CodeQL

Variable defined multiple times Warning test

This assignment to 'prompt' is unnecessary as it is
redefined
before this value is used.
This assignment to 'prompt' is unnecessary as it is
redefined
before this value is used.