Yu-Zhou

Results 7 issues of Yu-Zhou

**Is your feature request related to a problem? Please describe.** provide a formal way to install tllib **Describe the solution you'd like** `pip install tllib` **Additional context** currently install through...

enhancement

Hello, Thanks for your work. Could you please tell me what is the latest dataset license? - CC BY-NC-SA license? - Creative Commons Attribution 4.0 International license? - Or other...

### 📚 Describe the documentation issue Currently, [training_benchmark_xpu.py](https://github.com/pyg-team/pytorch_geometric/blob/master/benchmark/multi_gpu/training/training_benchmark_xpu.py) only support training with multiple XPU device, but only on the single node. If user want to try it on multiple node,...

documentation

### 🛠 Proposed Refactor Hi, I am a beginner of PyG, and I get myself familiar with PyG through the documentation, now I want to try to run some examples,...

help wanted
0 - Priority P0
refactor
example

Hi, developers, I found the variable `device_dir` is hard coded to `/dev/dri/by-path/` (see code [here](https://github.com/oneapi-src/oneCCL/blob/master/src/common/global/ze/ze_fd_manager.cpp#L151)), in most case, this will not be a problem, but in some case, it may...

This is a follow-up PR for issue #9464 . I refer to [distributed_sampling_multinode.py](https://github.com/pyg-team/pytorch_geometric/blob/master/examples/multi_gpu/distributed_sampling_multinode.py) for a XPU version of multi node training. I use two nodes for testing, each nodes with...

feature
1 - Priority P1
example
distributed

Contiguous cache fetching to avoid using costly gather operation on Gaudi3. Requires changes in vllm-hpu-extension (https://github.com/HabanaAI/vllm-hpu-extension/pull/17) to work. Introduces redundant calculations in decoding phase. Feature improves the performance of all...

ready