Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEATURE] Enables offline /score for embedding models #12021

Merged
merged 13 commits into from
Jan 28, 2025
Prev Previous commit
Next Next commit
Merge branch 'upstream_main'
Signed-off-by: Gabriel Marinho <gmarinho@ibm.com>
  • Loading branch information
gmarinho2 committed Jan 21, 2025
commit 74cd2dd114b71590a8ef0787262192ea0e8f2186
2 changes: 2 additions & 0 deletions vllm/entrypoints/llm.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
from typing import (Any, Callable, ClassVar, Dict, List, Optional, Sequence,
Tuple, Type, Union, cast, overload)

import cloudpickle
import torch.nn as nn
import torch
from tqdm import tqdm
from typing_extensions import TypeVar, deprecated
Expand Down
Loading
You are viewing a condensed version of this merge commit. You can view the full changes here.