Skip to content

Commit

Permalink
rm git
Browse files Browse the repository at this point in the history
  • Loading branch information
cennn committed Dec 20, 2024
1 parent ad74693 commit a737dbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vllm/model_executor/models/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
from vllm.platforms import _Backend, current_platform
from vllm.sequence import IntermediateTensors
from vllm.utils import is_pin_memory_available, weak_ref_tensor, print_warning_once

Check failure on line 20 in vllm/model_executor/models/utils.py

View workflow job for this annotation

GitHub Actions / ruff (3.12)

Ruff (E501)

vllm/model_executor/models/utils.py:20:81: E501 Line too long (83 > 80)
git

logger = init_logger(__name__)

WeightsMapping = Mapping[str, Optional[str]]
Expand Down

0 comments on commit a737dbb

Please sign in to comment.