You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Progress Bar] number of samples completed @RunsViewer
Requires additional logging logic
[Progress Bar] total cost estimation & total cost already spent @RunsViewer
Requires additional logging logic
In terminal logger
number of samples (in tqdm)
total cost estimation & total cost already spent
Things to consider:
Batch Mode cost estimation is quite different from online. Naive implementation for batch mode logging would have great delay time to get the first estimation. Need different logging strategies. Maybe do a separate thread of online and get token counts, just to get a rough sense of the cost for batch?
BTW estimation and monitor are two different concepts. different UX
The text was updated successfully, but these errors were encountered:
In
curator-viewer
Features:
completion_cost
#159In terminal logger
Things to consider:
The text was updated successfully, but these errors were encountered: