Skip to content

Commit

Permalink
Fix lint error due to rebase.
Browse files Browse the repository at this point in the history
  • Loading branch information
notsyncing committed Feb 12, 2024
1 parent 4f8c2cb commit 7dafcf1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion xinference/device_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
import torch
from typing_extensions import Literal, Union


DeviceType = Literal["cuda", "mps", "xpu", "cpu"]


Expand Down
1 change: 1 addition & 0 deletions xinference/model/llm/pytorch/yi_vl.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
import torch
from PIL import Image

from ....model.utils import select_device
from ....types import (
ChatCompletion,
ChatCompletionChoice,
Expand Down

0 comments on commit 7dafcf1

Please sign in to comment.