Spaces:
Running
Running
inoki-giskard
commited on
Commit
•
6811286
1
Parent(s):
3dd21f0
Add persistent flag in cmdline
Browse files- run_jobs.py +1 -0
run_jobs.py
CHANGED
@@ -98,6 +98,7 @@ def prepare_env_and_get_command(
|
|
98 |
"hf_inference_api",
|
99 |
"--inference_api_token",
|
100 |
inference_token,
|
|
|
101 |
]
|
102 |
# The token to publish post
|
103 |
if os.environ.get(HF_WRITE_TOKEN):
|
|
|
98 |
"hf_inference_api",
|
99 |
"--inference_api_token",
|
100 |
inference_token,
|
101 |
+
"--persist_scan",
|
102 |
]
|
103 |
# The token to publish post
|
104 |
if os.environ.get(HF_WRITE_TOKEN):
|