Skip to content

Commit 099bb95

Browse files
authored
Remove unnecessary comma in arbor.yaml (#8196)
1 parent 39965ad commit 099bb95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/tutorials/rl_multihop/index.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"\n",
2222
"```text\n",
2323
"inference:\n",
24-
" gpu_ids: '0,'\n",
24+
" gpu_ids: '0'\n",
2525
"\n",
2626
"training:\n",
2727
" gpu_ids: '1, 2'\n",

0 commit comments

Comments
 (0)