Skip to content

Commit

Permalink
Change demo script name inference -> predict.
Browse files Browse the repository at this point in the history
  • Loading branch information
jsilter committed Jun 12, 2024
1 parent 2bd7fcc commit 44130b9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions scripts/run_inference_demo.sh → scripts/run_predict_demo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,9 @@ if [ ! -d "$demo_scan_dir" ]; then
unzip -q sybil_example.zip
fi

# Either python3 sybil/predict.py or sybil-predict (if installed via pip)
python3 sybil/predict.py \
# If not installed with pip, sybil-predict will not be available.
# Can use "python3 sybil/predict.py" instead.
sybil-predict \
--loglevel DEBUG \
--output-dir demo_prediction \
--return-attentions \
Expand Down

0 comments on commit 44130b9

Please sign in to comment.