You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -255,13 +256,13 @@ Trinity-RFT provides a web interface for configuring your RFT process.
255
256
> This is an experimental feature, and we will continue to improve it.
256
257
257
258
258
-
To enable minimal features (mainly for trainer), you can run
259
+
To launch the web interface for minimal configurations, you can run
259
260
260
261
```bash
261
262
trinity studio --port 8080
262
263
```
263
264
264
-
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.
265
+
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.
265
266
266
267
Advanced users can also edit the config file directly.
267
268
We provide example config files in [`examples`](examples/).
@@ -353,10 +354,6 @@ Guidelines for developers and researchers:
353
354
354
355
355
356
356
-
For some frequently asked questions, see [FAQ](./docs/sphinx_doc/source/tutorial/faq.md).
0 commit comments