We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7b1992 commit e625ee8Copy full SHA for e625ee8
trinity/cli/client.py
@@ -35,7 +35,7 @@ def request(url, **kwargs):
35
if __name__ == "__main__":
36
res = request(
37
url=LOCAL_DATA_WORKFLOW_SERVER_URL,
38
- configPath="scripts/config/gsm8k.yaml",
+ configPath="examples/grpo_gsm8k/gsm8k.yaml",
39
)
40
if res:
41
print(res)
0 commit comments