Skip to content

Commit

Permalink
Push
Browse files Browse the repository at this point in the history
  • Loading branch information
BabyChouSr committed Nov 29, 2024
1 parent b2c110b commit 978794f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions fastchat/serve/gradio_block_arena_txt2img.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,12 @@
]
ANONY_NAMES = ["", ""]

# TODO(CHRIS):
# 1. add params such as num inferecne steps, aspect ratio
# 2. accordion of model descriptions
# 3. connect model_endpoint_infos
# 4. add as a separate tab in the arena

class State:
def __init__(self, model_name):
self.model_name = model_name
Expand Down

0 comments on commit 978794f

Please sign in to comment.