vllm_upstream_bugs


Description

Known vLLM bugs that propagate to Aphrodite via the fork sync. Since Aphrodite syncs vLLM commits ~weeks behind, ANY bug in vLLM shared code paths (scheduler, PagedAttention, model implementations, CUDA kernels, sampling) exists in Aphrodite until the sync catches up. This table tracks the significant ones.

Columns

Column Type Size Nulls Auto Default Children Parents Comments
id serial 10 nextval('vllm_upstream_bugs_id_seq'::regclass)
vllm_issue_number int4 10 null
title text 2147483647 null
state text 2147483647 null
created_at date 13 null
fixed_in_vllm_version text 2147483647 null
inherited_by_aphrodite bool 1 true
fixed_in_aphrodite_version text 2147483647 null
category text 2147483647 null
description text 2147483647 null
updated_at timestamptz 35,6 now()
tags _text 2147483647 '{}'::text[]

Indexes

Constraint Name Type Sort Column(s)
vllm_upstream_bugs_pkey Primary key Asc id

Check Constraints

Constraint Name Constraint
vllm_upstream_bugs_state_check (state = ANY (ARRAY['open'::text, 'closed'::text]))

Relationships