[Fix/Infer] Remove unused deps and revise requirements (#5341)

* remove flash-attn dep

* rm padding llama

* revise infer requirements

* move requirements out of module
This commit is contained in:
Yuanheng Zhao
2024-02-06 17:27:45 +08:00
committed by GitHub
parent 631862f339
commit 1dedb57747
5 changed files with 2 additions and 551 deletions

View File

@@ -23,8 +23,6 @@ from colossalai.kernel.triton import (
)
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: