Skip to content

Commit 311ddff

Browse files
authored
Fix in learn to ask (#107)
1 parent b843abe commit 311ddff

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tuner/learn_to_ask/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -289,6 +289,8 @@ Also, make sure to update the `model_path` in `tuner/learn_to_ask/main.py` to po
289289

290290
> 🔗 Learn more about Tinker Backend: [Tinker Backend Documentation](https://agentscope-ai.github.io/Trinity-RFT/en/main/tutorial/example_tinker_backend.html)
291291

292+
> In this provided example, training is configured for 4 epochs. When using Tinker, the total token consumption is approximately 112 million tokens, resulting in an estimated cost of approximately 18 USD.
293+
292294
### Launch Training
293295
```bash
294296
python tuner/learn_to_ask/main.py

tuner/learn_to_ask/main.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,6 @@ async def learn2ask_judge(
249249
temperature=1.0,
250250
tensor_parallel_size=1,
251251
inference_engine_num=4,
252-
reasoning_parser=None,
253252
)
254253
aux_models = {
255254
AUXILIARY_MODEL_NAME: TunerModelConfig(
@@ -259,7 +258,6 @@ async def learn2ask_judge(
259258
temperature=0.7,
260259
tensor_parallel_size=2,
261260
inference_engine_num=1,
262-
reasoning_parser=None,
263261
),
264262
}
265263
algorithm = AlgorithmConfig(

0 commit comments

Comments
 (0)