Skip to content

Commit

Permalink
Fix wav2vec inference bug (#588)
Browse files Browse the repository at this point in the history
  • Loading branch information
skaulintel authored Dec 8, 2023
1 parent 3c8678d commit 67bd806
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions examples/speech-recognition/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ python run_speech_recognition_ctc.py \
--do_eval \
--use_habana \
--use_lazy_mode \
--use_hpu_graphs_for_inference \
--gaudi_config_name="Habana/wav2vec2" \
--throughput_warmup_steps="3" \
--bf16
Expand Down Expand Up @@ -105,7 +104,6 @@ python ../gaudi_spawn.py \
--do_eval \
--use_habana \
--use_lazy_mode \
--use_hpu_graphs_for_inference \
--gaudi_config_name Habana/wav2vec2 \
--throughput_warmup_steps 3 \
--bf16
Expand Down Expand Up @@ -154,7 +152,6 @@ python ../gaudi_spawn.py \
--do_eval \
--use_habana \
--use_lazy_mode \
--use_hpu_graphs_for_inference \
--gaudi_config_name Habana/wav2vec2 \
--throughput_warmup_steps 3\
--deepspeed ../../tests/configs/deepspeed_zero_2.json
Expand Down

0 comments on commit 67bd806

Please sign in to comment.