diff --git a/mteb/leaderboard/table.py b/mteb/leaderboard/table.py index 3d085de7e8..d38b914aae 100644 --- a/mteb/leaderboard/table.py +++ b/mteb/leaderboard/table.py @@ -188,7 +188,7 @@ def _apply_summary_table_styling(joint_table: pd.DataFrame) -> gr.DataFrame: joint_table_style, datatype=column_types, interactive=False, - pinned_columns=3, + pinned_columns=2, column_widths=column_widths, wrap=True, show_fullscreen_button=True, diff --git a/pyproject.toml b/pyproject.toml index 5eefd6379a..96dcccd431 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -235,3 +235,6 @@ conflicts = [ [{ extra = "colpali-engine" }, { extra = "llm2vec" }], [{ extra = "jina-v4" }, { extra = "llm2vec" }], ] + +[tool.uv.extra-build-dependencies] +flash-attn = [{ requirement = "torch", match-runtime = true }] \ No newline at end of file