Skip to content

Commit

Permalink
fix differential lr plots
Browse files Browse the repository at this point in the history
  • Loading branch information
maxjeblick committed Oct 24, 2023
1 parent d107d0d commit d8ea3e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llm_studio/app_utils/sections/experiment.py
Original file line number Diff line number Diff line change
Expand Up @@ -1408,7 +1408,7 @@ async def charts_tab(q, charts_list, legend_labels):
]
)
color = "=type"
fields = ["step", "type", k2]
fields = ["step", "type", "value"]

elif len(charts_list) > 1:
rows.extend(
Expand Down

0 comments on commit d8ea3e1

Please sign in to comment.