vllm-project / vllm-project/aibrix

StreamLoader splits tensors more evenly

Open
#400 1 comment 0 reactions 1 assignee Claimed by @brosoul View on GitHub
area/acceleration area/model-loader kind/enhancement
Dominant language
Go
Stars
5.1k
Forks
694
Avg merge
1d 20h
Merged PRs (30d)
98

Description

### 🚀 Feature Description and Motivation

The current way of loading tensors in StreamLoader is tensor by tensor, and the total size distribution of tensors processed in each thread is not evenly distributed, which can cause the largest thread to become a bottleneck in speed. If the tensor size pulled by each thread is similar, it can ensure an increase in bandwidth usage.

### Use Case

_No response_

### Proposed Solution

_No response_

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.