We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33eff52 commit 0017da8Copy full SHA for 0017da8
test/collective/collective_reduce_scatter_api.py
@@ -11,6 +11,9 @@
11
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
# See the License for the specific language governing permissions and
13
# limitations under the License.
14
+import os
15
+
16
+os.environ['FLAGS_enable_pir_api'] = '0'
17
18
from legacy_test.test_collective_api_base import (
19
TestCollectiveAPIRunnerBase,
0 commit comments