Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -224,18 +224,18 @@ For convenience, Trinity-RFT provides a web interface for configuring your RFT p
> [!NOTE]
> This is an experimental feature, and we will continue to improve it.


To enable *minimal* features (mainly for trainer), you can run
```bash
trinity studio --port 8080
```


Then you can configure your RFT process in the web page and generate a config file.
You can save the config for later use or run it directly as described in the following section.

Then you can configure your RFT process in the web page and generate a config file. You can save the config for later use or run it directly as described in the following section.

Advanced users can also configure the RFT process by editing the config file directly.
We provide a set of example config files in [`examples`](examples/).

To enable *complete* visualization features, please refer to the monorepo for [Trinity-Studio](https://github.com/modelscope/Trinity-Studio).


### Step 4: run the RFT process

Expand Down
Loading