Skip to content

Commit e625ee8

Browse files
committed
* merge main branch
1 parent a7b1992 commit e625ee8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

trinity/cli/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ def request(url, **kwargs):
3535
if __name__ == "__main__":
3636
res = request(
3737
url=LOCAL_DATA_WORKFLOW_SERVER_URL,
38-
configPath="scripts/config/gsm8k.yaml",
38+
configPath="examples/grpo_gsm8k/gsm8k.yaml",
3939
)
4040
if res:
4141
print(res)

0 commit comments

Comments
 (0)