Unverified Commit 6f43a9b9 authored by yych0745's avatar yych0745 Committed by GitHub
Browse files

remove the unused readline dependency from the Qwen2 model implementa… (#4340)

parent 0540fef7
...@@ -15,7 +15,6 @@ ...@@ -15,7 +15,6 @@
# Adapted from llama2.py # Adapted from llama2.py
# Modify details for the adaptation of Qwen2 model. # Modify details for the adaptation of Qwen2 model.
"""Inference-only Qwen2 model compatible with HuggingFace weights.""" """Inference-only Qwen2 model compatible with HuggingFace weights."""
from readline import add_history
from typing import Any, Dict, Iterable, Optional, Tuple from typing import Any, Dict, Iterable, Optional, Tuple
import torch import torch
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment