mirror of
https://github.com/twitter/the-algorithm.git
synced 2024-11-14 15:45:13 +01:00
9 lines
204 B
Bash
9 lines
204 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
export CANARY_CHECK_ROLE="representation-scorer"
|
||
|
export CANARY_CHECK_NAME="representation-scorer"
|
||
|
export CANARY_CHECK_INSTANCES="0-19"
|
||
|
|
||
|
python3 relevance-platform/tools/canary_check.py "$@"
|
||
|
|