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: modules/cmd_args.py
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -76,6 +76,7 @@
76
76
parser.add_argument("--use-cpu-torch", action="store_true", help="use torch built with cpu")
77
77
parser.add_argument("--use-directml", action="store_true", help="use DirectML device as torch device")
78
78
parser.add_argument("--use-zluda", action="store_true", help="use ZLUDA device as torch device")
79
+
parser.add_argument("--use-nightly", action="store_true", help="use nightly build of ZLUDA when combined with --use-zluda")
79
80
parser.add_argument("--use-ipex", action="store_true", help="use Intel XPU as torch device")
80
81
parser.add_argument("--disable-model-loading-ram-optimization", action='store_true', help="disable an optimization that reduces RAM use when loading a model")
81
82
parser.add_argument("--listen", action='store_true', help="launch gradio with 0.0.0.0 as server name, allowing to respond to network requests")
0 commit comments