We are (proudly) using Rust! You can use rustup to setup your Rust environment easily.
$ cargo run
Available CLI commands:
list_mem
,lm
: list current membership list (only active members are shown)list_self
: print current node's IDjoin
,j
: join the groupleave
,l
: leave the groupp[ut] <local_file_path> <remote_filename>
: store a file in the file systemg[et] <remote_filename> <local_file_path>
: retrieve a file from the file systemd[elete] <remote_filename>
: delete a file from the file systemls <remote_filename>
: list where a file is stored in the file systems[tore]
: list all files stored in the current nodeget-versions/gv <remote_filename> <num_versions> <local_file_path>
: get the lastnum_versions
versions of a filet[rain]
: train the machine learning models, in this case is loading the pretrained modelspredict
: perform distributed inference on imagenet_1kjobs
: See the current status of the prediction jobs, including percentiles
The program logs to HOSTNAME.log
.
Report is located here.
The data screenshots are located here.