Skip to content
Merged
Show file tree
Hide file tree
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
9 changes: 3 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
[**中文主页**](https://github.com/modelscope/Trinity-RFT/blob/main/README_ZH.md) | [**Tutorial**](https://modelscope.github.io/Trinity-RFT/) | [**FAQ**](./docs/sphinx_doc/source/tutorial/faq.md)

<div align="center">
<img src="https://img.alicdn.com/imgextra/i1/O1CN01lvLpfw25Pl4ohGZnU_!!6000000007519-2-tps-1628-490.png" alt="Trinity-RFT" style="height: 120px;">
Expand Down Expand Up @@ -255,13 +256,13 @@ Trinity-RFT provides a web interface for configuring your RFT process.
> This is an experimental feature, and we will continue to improve it.


To enable minimal features (mainly for trainer), you can run
To launch the web interface for minimal configurations, 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 file for later use or run it directly as described in the following section.

Advanced users can also edit the config file directly.
We provide example config files in [`examples`](examples/).
Expand Down Expand Up @@ -353,10 +354,6 @@ Guidelines for developers and researchers:



For some frequently asked questions, see [FAQ](./docs/sphinx_doc/source/tutorial/faq.md).




## Upcoming features

Expand Down
Loading