Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions test/collective/collective_allgather_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@

import os

os.environ['FLAGS_enable_pir_api'] = '0'

import legacy_test.test_collective_api_base as test_base

import paddle
Expand Down
2 changes: 1 addition & 1 deletion test/collective/collective_allgather_api_dygraph.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

import test_collective_api_base as test_base
import legacy_test.test_collective_api_base as test_base

import paddle
import paddle.distributed as dist
Expand Down