FusionBench Command Generator WebUI¶
FusionBench Command Generator is a user-friendly web interface for generating FusionBench commands based on configuration files. It provides an interactive way to select and customize FusionBench configurations, making it easier to run experiments with different settings.
Usage¶
Run the program with the following command:
Options¶
--config-path PATH
: Specify the path to the config directory. If not provided, the default FusionBench config path will be used.--print-tree
: Print the configuration tree structure before launching the web interface. Default isFalse
.--bind-ip IP
: Specify the IP address to bind the web UI. Default is127.0.0.1
.--port PORT
: Specify the port to run the web UI. Default is7860
.--share
: Share the web UI. Default isFalse
.
The web interface consists of the following components:
- Root Config Dropdown: Select the base configuration file.
- Configuration Groups: Nested structure of configuration options, allowing you to customize settings for each group.
- Generated Command: Displays the generated FusionBench command based on your selections.
- Overall Configuration: Shows the complete configuration in YAML format.