Skip to content

Commit

Permalink
[Fix/Infer] Remove unused deps and revise requirements (#5341)
Browse files Browse the repository at this point in the history
* remove flash-attn dep

* rm padding llama

* revise infer requirements

* move requirements out of module
  • Loading branch information
yuanheng-zhao authored Feb 6, 2024
1 parent 631862f commit 1dedb57
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 551 deletions.
2 changes: 0 additions & 2 deletions colossalai/inference/modeling/models/nopadding_llama.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@
)
from colossalai.logging import get_dist_logger

from flash_attn.bert_padding import index_first_axis, pad_input # noqa

logger = get_dist_logger(__name__)

try:
Expand Down
Loading

0 comments on commit 1dedb57

Please sign in to comment.