Spaces:
Sleeping
Sleeping
Commit
•
c1d0430
1
Parent(s):
e7f2f83
Pass --allow-crimes regardless, making it easier to use the GUI. (#4)
Browse files- Pass --allow-crimes regardless, making it easier to use the GUI. (eb3c1760a54dd6bfc125df4a523f8e998facc4a7)
Co-authored-by: Danny J Ward <[email protected]>
app.py
CHANGED
@@ -43,7 +43,7 @@ has_gpu = torch.cuda.is_available()
|
|
43 |
# )
|
44 |
|
45 |
cli = "mergekit-yaml config.yaml merge --copy-tokenizer" + (
|
46 |
-
" --cuda --low-cpu-memory" if has_gpu else " --allow-crimes --out-shard-size 1B --lazy-unpickle"
|
47 |
)
|
48 |
|
49 |
MARKDOWN_DESCRIPTION = """
|
|
|
43 |
# )
|
44 |
|
45 |
cli = "mergekit-yaml config.yaml merge --copy-tokenizer" + (
|
46 |
+
" --cuda --low-cpu-memory --allow-crimes" if has_gpu else " --allow-crimes --out-shard-size 1B --lazy-unpickle"
|
47 |
)
|
48 |
|
49 |
MARKDOWN_DESCRIPTION = """
|