-
Notifications
You must be signed in to change notification settings - Fork 129
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support specifying models in GKE experiment runs (#122)
Support specifying models in GKE experiment runs 1. Add `model` argument to `docker_run.sh`, `upload_report.sh`, and `web.py`. 2. Display the model name in experiment reports 3. Some TODOs to rewrite code to adapt to increasing complexity. Preview: <img width="1425" alt="image" src="https://github.com/google/oss-fuzz-gen/assets/20501961/96b12bb2-d945-43cb-b3eb-77f52f453297"> We can beautify the layout later.
- Loading branch information
Showing
4 changed files
with
35 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,5 +22,6 @@ | |
} | ||
</style> | ||
<body> | ||
LLM: {{ model }} | ||
{% block content %}{% endblock %} | ||
</body> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters