Skip to content
This repository has been archived by the owner on Nov 25, 2024. It is now read-only.

Commit

Permalink
bypass sanity check
Browse files Browse the repository at this point in the history
  • Loading branch information
peiyuan committed Sep 25, 2024
1 parent 09e90be commit cc5e9ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/pylibwholegraph/pylibwholegraph/torch/gnn_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,7 @@ def create_sub_graph(
),
num_src_nodes=target_gid.size(0),
num_dst_nodes=target_gid_1.size(0),
node_count_check=False,
)
return block
elif framework_name == "cugraph":
Expand Down

0 comments on commit cc5e9ca

Please sign in to comment.