Skip to content

Commit

Permalink
don't show log_images for now in hover
Browse files Browse the repository at this point in the history
  • Loading branch information
jjallaire committed Oct 26, 2024
1 parent 63c3f4e commit 85f9a62
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,7 @@ function evalConfig(log: EvalLog): string[] | undefined {

// remove some params
delete config["model"];
delete config["log_images"];

if (Object.keys(config).length > 0) {
return [
Expand Down

0 comments on commit 85f9a62

Please sign in to comment.