Skip to content

Commit

Permalink
Remove unused import of ChatMessage from serve.py
Browse files Browse the repository at this point in the history
  • Loading branch information
bhimrazy committed Feb 23, 2025
1 parent d513af7 commit 194dd02
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion litgpt/deploy/serve.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
from typing import Dict, Any, Optional, Literal, List

from lightning_utilities.core.imports import RequirementCache
from litserve.specs.openai import ChatMessage
import torch

from litgpt.api import LLM
Expand Down

0 comments on commit 194dd02

Please sign in to comment.