mirror of
https://github.com/twitter/the-algorithm.git
synced 2024-11-16 16:39:21 +01:00
5 lines
171 B
Bash
5 lines
171 B
Bash
|
#!/usr/bin/env bash
|
||
|
|
||
|
JOB=representation-scorer bazel run --ui_event_filters=-info,-stdout,-stderr --noshow_progress \
|
||
|
//relevance-platform/src/main/python/deploy -- "$@"
|