inoki-giskard commited on
Commit
139fa70
1 Parent(s): 75c136b

Do not set `--discussion_repo` to let cicd post to model discussion page

Browse files
Files changed (1) hide show
  1. 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")