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
Copy file name to clipboardExpand all lines: doc/flags.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -57,3 +57,4 @@ The sampling script `sample.lua` accepts the following command-line flags:
57
57
-`-gpu`: The ID of the GPU to use (zero-indexed). Default is 0. Set this to -1 to run in CPU-only mode.
58
58
-`-gpu_backend`: The GPU backend to use; either `cuda` or `opencl`. Default is `cuda`.
59
59
-`-verbose`: By default just the sampled text is printed to the console. Set this to 1 to also print some diagnostic information.
60
+
-`-output`: By default sampled text gets output to standard output, together with diagnostic messages. This option specifies the file to output the result.
0 commit comments