adapt tensorrt llm custom all reduce to sgl-kernel (#2481)
Co-authored-by: Yineng Zhang <me@zhyncs.com>
This commit is contained in:
@@ -10,7 +10,7 @@ install:
|
||||
@pip install -e .
|
||||
|
||||
build:
|
||||
@python3 setup.py bdist_wheel
|
||||
@export MAX_JOBS=$(nproc) && python3 setup.py bdist_wheel
|
||||
|
||||
clean:
|
||||
@rm -rf build dist *.egg-info
|
||||
@@ -19,4 +19,4 @@ test:
|
||||
@pytest tests/
|
||||
|
||||
format:
|
||||
@find src tests -name '*.cc' -o -name '*.cu' -o -name '*.cuh' -o -name '*.h' | xargs clang-format -i && find src tests -name '*.py' | xargs isort && find src tests -name '*.py' | xargs black
|
||||
@find src tests -name '*.cc' -o -name '*.cu' -o -name '*.cuh' -o -name '*.h' -o -name '*.hpp' | xargs clang-format -i && find src tests -name '*.py' | xargs isort && find src tests -name '*.py' | xargs black
|
||||
|
||||
Reference in New Issue
Block a user