Skip to content

Commit 978794f

Browse files
committed
Push
1 parent b2c110b commit 978794f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

fastchat/serve/gradio_block_arena_txt2img.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,12 @@
2323
]
2424
ANONY_NAMES = ["", ""]
2525

26+
# TODO(CHRIS):
27+
# 1. add params such as num inferecne steps, aspect ratio
28+
# 2. accordion of model descriptions
29+
# 3. connect model_endpoint_infos
30+
# 4. add as a separate tab in the arena
31+
2632
class State:
2733
def __init__(self, model_name):
2834
self.model_name = model_name

0 commit comments

Comments
 (0)