Skip to content

Commit

Permalink
added challenge_pk and queue_name in remote_challenge_evaluation/main.py
Browse files Browse the repository at this point in the history
  • Loading branch information
JannikSchneider12 committed Oct 21, 2024
1 parent 520ca24 commit 9dc9906
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions remote_challenge_evaluation/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ def load_config(file_path='github/host_config.json'):
# See https://evalai.readthedocs.io/en/latest/evaluation_scripts.html#writing-remote-evaluation-script
auth_token = os.environ["AUTH_TOKEN"]
evalai_api_server = os.environ["API_SERVER"]
queue_name = os.environ["QUEUE_NAME"]
challenge_pk = "2372" #os.environ["CHALLENGE_PK"]
queue_name = "embed2scale-challenge-test2--2389-production-c43a1f6e-35a3-4e13-b1ef-14f7fa771e6"
challenge_pk = "2389" #os.environ["CHALLENGE_PK"]
save_dir = os.environ.get("SAVE_DIR", "./")


Expand Down

0 comments on commit 9dc9906

Please sign in to comment.