mirror of
https://github.com/twitter/the-algorithm.git
synced 2024-11-05 11:15:15 +01:00
43cdcf2ed6
Representation Manager (RMS) serves as a centralized embedding management system, providing SimClusters or other embeddings as facade of the underlying storage or services.
5 lines
172 B
Bash
Executable File
5 lines
172 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
JOB=representation-manager bazel run --ui_event_filters=-info,-stdout,-stderr --noshow_progress \
|
|
//relevance-platform/src/main/python/deploy -- "$@"
|