zhanghongyi
  • Joined on Dec 14, 2021
  • Organization
Loading Heatmap…

zhanghongyi synced commits to skip_fix_pytorch_nightly at zhanghongyi/pytorch_geometric from mirror

5 hours ago

zhanghongyi synced commits to llama3-try at zhanghongyi/pytorch_geometric from mirror

5 hours ago

zhanghongyi synced commits to gnn-llm-model-integration at zhanghongyi/pytorch_geometric from mirror

  • 04ca2f8666 [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci
  • 1a74985189 rename GNN_LLM to GRetriever
  • 84ced02136 [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci
  • 59fae5e700 fixing type hint
  • 1f4c9490d3 cleanup sentence_transformer
  • Compare 11 commits »

5 hours ago

zhanghongyi synced commits to master at zhanghongyi/dgl from mirror

  • ba9c1521f6 [GraphBolt] Update docstring related to cleaning up `seed_nodes` and `node_pairs`. (#7341) Co-authored-by: Ubuntu <ubuntu@ip-172-31-0-133.us-west-2.compute.internal>
  • 2251683443 [Temporal]Fix tensor option mismatch issue (#7346) Co-authored-by: Ubuntu <ubuntu@ip-172-31-21-218.ap-northeast-1.compute.internal>
  • 697a9977d5 [GraphBolt] Remove unused attributes in minibatch. (#7337) Co-authored-by: Ubuntu <ubuntu@ip-172-31-0-133.us-west-2.compute.internal>
  • c997434cdb [GraphBolt][CUDA] Update `copy_to`. (#7332) Co-authored-by: Ubuntu <ubuntu@ip-172-31-0-133.us-west-2.compute.internal>
  • Compare 4 commits »

16 hours ago

zhanghongyi synced commits to skip_fix_pytorch_nightly at zhanghongyi/pytorch_geometric from mirror

1 day ago

zhanghongyi synced commits to gnn-llm-model-integration at zhanghongyi/pytorch_geometric from mirror

  • be162ff04a Merge branch 'master' into gnn-llm-model-integration
  • ed170342eb Test `CaptumExplainer` and `GNNExplainer` with unused parameters (#9216)
  • 557d063a6b Fix `EdgeIndex.matmul` on macOS PyTorch 1.13 (#9214)
  • 34f6e3e706 Respect hypen in package name when building nightly version (#9213)
  • Compare 4 commits »

1 day ago

zhanghongyi synced commits to master at zhanghongyi/dgl from mirror

3 days ago

zhanghongyi synced commits to master at zhanghongyi/pytorch_geometric from mirror

3 days ago

zhanghongyi synced commits to master at zhanghongyi/dgl from mirror

  • b68a2fc069 Revert "[GraphBolt] Quick fix for GCC 8" (#7328)
  • d853a010e0 [GraphBolt] Enable `DistributedItemSampler` test only on CPU. (#7323)
  • 9a340c77b4 [GraphBolt][CUDA] Add missing thrust include for later CCCL versions. (#7325)
  • 0d62d45210 [Misc] Add Triston to jenkins allowlist. (#7327) Co-authored-by: Ubuntu <ubuntu@ip-172-31-28-63.ap-northeast-1.compute.internal>
  • a4e19691d5 [Determinism] Enable environment var to use cusparse spmm deterministic algorithm (#7310) Co-authored-by: Hongzhi (Steve), Chen <chenhongzhi.nkcs@gmail.com>
  • Compare 18 commits »

5 days ago

zhanghongyi synced commits to gnn-llm-model-integration at zhanghongyi/pytorch_geometric from mirror

  • ad3a841283 Merge branch 'gnn-llm-model-integration' of https://github.com/pyg-team/pytorch_geometric into gnn-llm-model-integration
  • dac44f0b31 cleanup
  • 4d37e0c9cf [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci
  • c37df9aeb4 Merge branch 'gnn-llm-model-integration' of https://github.com/pyg-team/pytorch_geometric into gnn-llm-model-integration
  • b6d194858b cleanup
  • Compare 17 commits »

6 days ago

zhanghongyi synced commits to master at zhanghongyi/pytorch_geometric from mirror

  • e2a69a15ba Fix typo in docstring of sequential.py (#9204) There was a small error in the docstring of sequential. The ordering of the (model, function header) tuple was inconsistent.
  • 82aad03c0c Ignore `edge_label` and `edge_label_index` in `ToSparseTensor()` transform (#9199) Fixes https://github.com/pyg-team/pytorch_geometric/issues/9196
  • fcb9c0f0b5 Do not set jinja `propagate` method in `MessagePassing.__init__` twice (#9198)
  • Compare 3 commits »

1 week ago

zhanghongyi synced commits to gnn-llm-model-integration at zhanghongyi/pytorch_geometric from mirror

1 week ago

zhanghongyi synced commits to master at zhanghongyi/dgl from mirror

  • 7612af0f18 [GraphBolt] Remove old version negative sampler. (#7302) Co-authored-by: Ubuntu <ubuntu@ip-172-31-0-133.us-west-2.compute.internal>
  • 21aeed86e3 [GraphBolt] Update docstring of `itemset.py`. (#7303) Co-authored-by: Ubuntu <ubuntu@ip-172-31-0-133.us-west-2.compute.internal>
  • 15ace31a16 [Misc] Using the aliases of builtin types like np.int is deprecated (#7300)
  • Compare 3 commits »

1 week ago

zhanghongyi synced commits to gnn-llm-model-integration at zhanghongyi/pytorch_geometric from mirror

1 week ago

zhanghongyi synced commits to master at zhanghongyi/dgl from mirror

  • 2ff3006c35 [CUDA][Bug] CSR transpose bug in CUDA 12 (#7295)
  • 20e5e26697 [GraphBolt] Remove old version exclude edges. (#7299) Co-authored-by: Ubuntu <ubuntu@ip-172-31-0-133.us-west-2.compute.internal>
  • 279ebb1563 [GraphBolt][CUDA] Link prediction `--mode=cuda-cuda` fix. (#7294)
  • Compare 3 commits »

1 week ago

zhanghongyi synced commits to master at zhanghongyi/pytorch_geometric from mirror

  • 1cb7b04c01 Fix `EgoData` processing in `SnapDataset` in case file names are unsorted; conver to sparse representation if necessary (#9195) Fixes #9176
  • ab6852c77b Fix `torch.sparse.check_sparse_tensor_invariants()` check (#9194)
  • bbf0e1d6e8 style: update ruff `quote-style` to single (#9163) Ref: #9153 Also fixes `ruff` warning, viz. ```lang-bash warning: The top-level linter settings are deprecated in favour of their counterparts in the `lint` section. Please update the following options in `pyproject.toml`: - 'ignore' -> 'lint.ignore' - 'select' -> 'lint.select' ``` This PR doesn't include the actual changes `ruff` might yield, just the change to configuration. Request for Review: @rusty1s
  • 20b8f9e04f Align `pyproject.toml` and PyPi package name (#9193) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • 679c2319f9 Remove future warnings generated in `argva_node_clustering.py` example (#9187) With this fix, the next warning that appears for each epoch: ``` /usr/local/lib/python3.10/dist-packages/sklearn/cluster/_kmeans.py:870: FutureWarning: The default value of `n_init` will change from 10 to 'auto' in 1.4. Set the value of `n_init` explicitly to suppress the warning warnings.warn( ``` will no longer be generated. --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Compare 10 commits »

1 week ago

zhanghongyi synced commits to gnn-llm-model-integration at zhanghongyi/pytorch_geometric from mirror

1 week ago

zhanghongyi synced commits to master at zhanghongyi/dgl from mirror

  • f0f424f70c [GraphBolt][CUDA] Better `TORCH_CUDA_ARCH_LIST` initialization. (#7293)
  • c264a4109a [Misc] rename a variable (#7260)
  • 0bd79a2bd9 [GraphBolt] Update name used in `LegacyDataset`. (#7283) Co-authored-by: Ubuntu <ubuntu@ip-172-31-0-133.us-west-2.compute.internal>
  • Compare 3 commits »

2 weeks ago

zhanghongyi synced commits to master at zhanghongyi/pytorch_geometric from mirror

  • e213c297bb Use `message_and_aggregate` in `MessagePassing` for `EdgeIndex` (#9131) Also enforce sort by `row` in spmm --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: rusty1s <matthias.fey@tu-dortmund.de>

2 weeks ago

zhanghongyi synced commits to gnn-llm-model-integration at zhanghongyi/pytorch_geometric from mirror

2 weeks ago