[Fix] Remove unused Type import in gpt_j.py (#17975)

Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Kangyan-Zhou
2026-01-29 21:11:11 -08:00
committed by GitHub
parent 632c7afa8c
commit 606ff09ef8

View File

@@ -16,7 +16,7 @@
# https://github.com/vllm-project/vllm/blob/main/vllm/model_executor/models/gpt_j.py
"""Inference-only GPT-J model compatible with HuggingFace weights."""
from typing import Iterable, Optional, Tuple, Type
from typing import Iterable, Optional, Tuple
import torch
from torch import nn