Skip to content

Commit

Permalink
align dtype
Browse files Browse the repository at this point in the history
  • Loading branch information
Isotr0py committed Sep 10, 2024
1 parent 53a42c3 commit 9cb6bf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/distributed/test_pipeline_parallel.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ def test_compare_tp(TP_SIZE, PP_SIZE, EAGER_MODE, CHUNKED_PREFILL,
tp_args = [
# use half precision for speed and memory savings in CI environment
"--dtype",
"bfloat16",
"float16",
"--max-model-len",
"8192",
"--tensor-parallel-size",
Expand Down

0 comments on commit 9cb6bf2

Please sign in to comment.