Skip to content

Commit

Permalink
Test Del paddle_bfloat (#55904)
Browse files Browse the repository at this point in the history
* Test Del paddle_bfloat

* Del paddle_bfloat test
  • Loading branch information
tianshuo78520a authored Aug 7, 2023
1 parent 496de7f commit 8fc2366
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 37 deletions.
1 change: 0 additions & 1 deletion python/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,4 @@ protobuf>=3.1.0, <=3.20.2 ; platform_system == "Windows"
Pillow
decorator
astor
paddle_bfloat==0.1.7 ; platform_machine != "aarch64"
opt_einsum==3.3.0
1 change: 0 additions & 1 deletion test/legacy_test/test_collective_api_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@ def create_test_data(shape=None, dtype=None, seed=None):
return create_float_test_data(shape=shape, dtype=dtype, seed=seed)
elif dtype == "bfloat16":
return create_bfloat16_test_data(shape=shape, seed=seed)
# since numpy does not support bfloat16 yet, use `paddle_bfloat` to replace
# return create_float_test_data(shape=shape, dtype=bfloat16, seed=seed)
elif dtype == "bool":
return create_bool_test_data(shape=shape, seed=seed)
Expand Down
35 changes: 0 additions & 35 deletions test/legacy_test/test_python_bf16_numpy_datatype.py

This file was deleted.

0 comments on commit 8fc2366

Please sign in to comment.