Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit dd47dda

Browse files
committed
Remove unnecessary import
1 parent c89c6de commit dd47dda

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

llama_cpp/llama_chat_format.py

-1
Original file line numberDiff line numberDiff line change
@@ -2279,7 +2279,6 @@ def __call__(
22792279
llama_types.CreateChatCompletionResponse,
22802280
Iterator[llama_types.CreateChatCompletionStreamResponse],
22812281
]:
2282-
from contextlib import ExitStack
22832282
assert (
22842283
llama.context_params.logits_all is True
22852284
) # BUG: logits_all=True is required for llava

0 commit comments

Comments
 (0)