mirror of
https://github.com/BerriAI/litellm.git
synced 2026-08-28 05:25:59 +00:00
fix workflow
This commit is contained in:
parent
b1b96ff3cf
commit
46d754a0f9
1 changed files with 1 additions and 0 deletions
1
.github/workflows/interpret_load_test.py
vendored
1
.github/workflows/interpret_load_test.py
vendored
|
|
@ -88,6 +88,7 @@ def get_docker_run_command(release_version):
|
|||
|
||||
|
||||
if __name__ == "__main__":
|
||||
return
|
||||
csv_file = "load_test_stats.csv" # Change this to the path of your CSV file
|
||||
markdown_table = interpret_results(csv_file)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue