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: docext/app/args.py
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -79,4 +79,10 @@ def parse_args():
79
79
default=1,
80
80
help="Maximum number of concurrent PDF to markdown conversion requests. Higher values allow more users to process documents simultaneously but require more memory and compute resources.",
81
81
)
82
+
parser.add_argument(
83
+
"--dtype",
84
+
type=str,
85
+
default="bfloat16",
86
+
help="Data type for the model. Can be 'bfloat16' or 'float16'.",
0 commit comments