zeno-ml / zeno-hub

AI Evaluation Platform
https://hub.zenoml.com
MIT License
44 stars 10 forks source link

fix: make instances always reflect current model #485

Closed Sparkier closed 11 months ago

Sparkier commented 11 months ago

Instances sometimes did not update when changing the model. This has been fixed by adding an identifier for the model column to the list. Additionally, we don't need to reload the data when changing the model. The table stays the same.

cabreraalex commented 11 months ago

This works but I feel like it shouldn't? Why does it still update the table with the right model when you change it now?

Sparkier commented 11 months ago

Do you mean because we removed the reactive table reload on model change? That was never necessary. We've always been loading the whole table with all columns for all models.