Skip to content

Commit

Permalink
Remove --use_cpp flags per cpu-only changes in Morpheus (#42)
Browse files Browse the repository at this point in the history
* Requires nv-morpheus/Morpheus#1851 to be merged first

Authors:
  - David Gardner (https://github.com/dagardner-nv)

Approvers:
  - Anuradha Karuppiah (https://github.com/AnuradhaKaruppiah)
  - Michael Demoret (https://github.com/mdemoret-nv)

URL: #42
  • Loading branch information
dagardner-nv authored Oct 21, 2024
1 parent 9744e00 commit ade6d9b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions GraphVis/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
# --edge_buffer_size=4 \
# --pipeline_batch_size=1024 \
# --model_max_batch_size=32 \
# --use_cpp=True \
# pipeline-nlp \
# --model_seq_length=256 from-file \
# --filename=data/pcap_dump.jsonlines deserialize preprocess \
Expand Down Expand Up @@ -52,7 +51,6 @@ docker run --rm -it \
DOCKER_IMAGE_TAG=latest ./docker/run_container_dev.sh
pip install -e . && pip install websockets
python examples/sid_visualization/run.py \
--use_cpp=False \
--num_threads=1 \
--max_batch_size=4096 \
--input_file=./examples/data/sid_visualization/group1-benign-2nodes-v2.jsonlines \
Expand Down

0 comments on commit ade6d9b

Please sign in to comment.