Spaces:
Runtime error
Runtime error
Damian Stewart
commited on
Commit
·
a29f551
1
Parent(s):
94be4c7
typo
Browse files
app.py
CHANGED
@@ -199,7 +199,7 @@ class Demo:
|
|
199 |
|
200 |
with gr.Column():
|
201 |
self.train_memory_options = gr.Markdown(interactive=False,
|
202 |
-
|
203 |
with gr.Row():
|
204 |
self.train_use_adamw8bit_input = gr.Checkbox(label="8bit AdamW", value=True)
|
205 |
self.train_use_xformers_input = gr.Checkbox(label="xformers", value=True)
|
|
|
199 |
|
200 |
with gr.Column():
|
201 |
self.train_memory_options = gr.Markdown(interactive=False,
|
202 |
+
value='Performance and VRAM usage optimizations, may not work on all devices.')
|
203 |
with gr.Row():
|
204 |
self.train_use_adamw8bit_input = gr.Checkbox(label="8bit AdamW", value=True)
|
205 |
self.train_use_xformers_input = gr.Checkbox(label="xformers", value=True)
|