Popular repositories Loading
-
raydp
raydp PublicForked 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
-
ray
ray PublicForked 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
-
-
horovod
horovod PublicForked from horovod/horovod
Distributed training framework for TensorFlow, Keras, PyTorch, and Apache MXNet.
Python
-
pytorch
pytorch PublicForked from sywangyi/pytorch
Tensors and Dynamic neural networks in Python with strong GPU acceleration
C++
-
accelerate
accelerate PublicForked 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
Day of Week | March Mar | April Apr | May May | June Jun | July Jul | August Aug | September Sep | October Oct | November Nov | December Dec | January Jan | February Feb | March Mar | ||||||||||||||||||||||||||||||||||||||||
Sunday Sun | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Monday Mon | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Tuesday Tue | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Wednesday Wed | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Thursday Thu | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Friday Fri | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Saturday Sat |
Contribution activity
March 2025
Created 1 commit in 1 repository
Created 2 repositories
-
KepingYan/vllm-fork
Python
This contribution was made on Mar 19
-
KepingYan/vllm-hpu-extension
Python
This contribution was made on Mar 3
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…
Opened 2 other pull requests in 2 repositories
HabanaAI/vllm-fork
1
merged
-
Fix COMPILATION issue in serving phrase
This contribution was made on Mar 20
yangulei/vllm-fork
1
merged
-
Fix COMPILATION issue in serving phrase
This contribution was made on Mar 20