Spaces:
Running
Running
Inoki at Giskard
commited on
Do not set `--discussion_repo` to let cicd post to model discussion page
Browse files- run_jobs.py +0 -4
run_jobs.py
CHANGED
|
@@ -105,10 +105,6 @@ def prepare_env_and_get_command(
|
|
| 105 |
command.append("--hf_token")
|
| 106 |
command.append(os.environ.get(HF_WRITE_TOKEN))
|
| 107 |
|
| 108 |
-
# The repo to publish post
|
| 109 |
-
command.append("--discussion_repo")
|
| 110 |
-
command.append(m_id)
|
| 111 |
-
|
| 112 |
# The repo to publish for ranking
|
| 113 |
if leaderboard_dataset:
|
| 114 |
command.append("--leaderboard_dataset")
|
|
|
|
| 105 |
command.append("--hf_token")
|
| 106 |
command.append(os.environ.get(HF_WRITE_TOKEN))
|
| 107 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 108 |
# The repo to publish for ranking
|
| 109 |
if leaderboard_dataset:
|
| 110 |
command.append("--leaderboard_dataset")
|