[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:
co-authored by
Claude Opus 4.5
parent
632c7afa8c
commit
606ff09ef8
@@ -16,7 +16,7 @@
|
|||||||
# https://github.com/vllm-project/vllm/blob/main/vllm/model_executor/models/gpt_j.py
|
# https://github.com/vllm-project/vllm/blob/main/vllm/model_executor/models/gpt_j.py
|
||||||
"""Inference-only GPT-J model compatible with HuggingFace weights."""
|
"""Inference-only GPT-J model compatible with HuggingFace weights."""
|
||||||
|
|
||||||
from typing import Iterable, Optional, Tuple, Type
|
from typing import Iterable, Optional, Tuple
|
||||||
|
|
||||||
import torch
|
import torch
|
||||||
from torch import nn
|
from torch import nn
|
||||||
|
|||||||
Reference in New Issue
Block a user