Skip to content
View KepingYan's full-sized avatar

Block or report KepingYan

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Popular repositories Loading

  1. raydp raydp Public

    Forked from oap-project/raydp

    RayDP: Distributed data processing library that provides simple APIs for running Spark on Ray and integrating Spark with distributed deep learning and machine learning frameworks.

    Python

  2. ray ray Public

    Forked from ray-project/ray

    An open source framework that provides a simple, universal API for building distributed applications. Ray is packaged with RLlib, a scalable reinforcement learning library, and Tune, a scalable hyp…

    Python

  3. Test Test Public

    Jupyter Notebook

  4. horovod horovod Public

    Forked from horovod/horovod

    Distributed training framework for TensorFlow, Keras, PyTorch, and Apache MXNet.

    Python

  5. pytorch pytorch Public

    Forked from sywangyi/pytorch

    Tensors and Dynamic neural networks in Python with strong GPU acceleration

    C++

  6. accelerate accelerate Public

    Forked from huggingface/accelerate

    🚀 A simple way to train and use PyTorch models with multi-GPU, TPU, mixed-precision

    Python

83 contributions in the last year

Contribution Graph
Day of Week March April May June July August September October November December January February March
Sunday
Monday
Tuesday
Wednesday
Thursday
Friday
Saturday
Less
No contributions.
Low contributions.
Medium-low contributions.
Medium-high contributions.
High contributions.
More

Contribution activity

March 2025

Created 1 commit in 1 repository
Created 2 repositories

Created a pull request in HabanaAI/vllm-hpu-extension that received 7 comments

Fix the method to get next_pow2

def find_bucket(value: int, config: Tuple[int, int, int]) -> int: bmin, bstep, _ = config if value <= bmin: return bmin else: next_step = round_up(v…

+2 −3 lines changed 7 comments
Opened 2 other pull requests in 2 repositories
Loading