Prevent ranking of own messages (#1267)

This commit is contained in:
Andreas Köpf
2023-02-07 16:39:58 +01:00
committed by GitHub
parent 3d0ac2c0f0
commit 22b7fa7152
3 changed files with 21 additions and 8 deletions
+1
View File
@@ -7,6 +7,7 @@ pushd "$parent_path/../../backend"
export DEBUG_USE_SEED_DATA=True
export DEBUG_SKIP_TOXICITY_CALCULATION=True
export DEBUG_ALLOW_SELF_LABELING=True
export DEBUG_ALLOW_SELF_RANKING=True
export DEBUG_ALLOW_DUPLICATE_TASKS=True
export DEBUG_SKIP_EMBEDDING_COMPUTATION=True