meg-huggingface
commited on
Commit
•
43cbda0
1
Parent(s):
bee1453
Setting failed run reason as optional
Browse files- failed_run.py +1 -1
- benchmark.py → old_code/benchmark.py +0 -0
failed_run.py
CHANGED
@@ -27,7 +27,7 @@ parser.add_argument(
|
|
27 |
"--reason",
|
28 |
default=None,
|
29 |
type=str,
|
30 |
-
required=
|
31 |
help="Reason for failure -- to update in the requests file",
|
32 |
)
|
33 |
|
|
|
27 |
"--reason",
|
28 |
default=None,
|
29 |
type=str,
|
30 |
+
required=False,
|
31 |
help="Reason for failure -- to update in the requests file",
|
32 |
)
|
33 |
|
benchmark.py → old_code/benchmark.py
RENAMED
File without changes
|