We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c936c24 commit 42ebb41Copy full SHA for 42ebb41
config.py
@@ -6,6 +6,8 @@ class Config:
6
REDIS_PORT=os.environ.get("REDIS_PORT", 6379)
7
REDIS_PASSWORD=os.environ.get("REDIS_PASSWORD", False)
8
9
+ ROUND2_STORAGE = "data/testing_files/r2_storage/"
10
+
11
GROUND_TRUTH = "data/ground_truth.csv"
12
R1_SUBMISSION_FILE = "data/example_files/submission_DEL.csv"
13
R2_SUBMISSION_FILE = "./data/example_files/F_a_attempt_2.tar"
0 commit comments