Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ But also you can build it manually in interactive session (ex during fixing code

```bash
docker run -it \
shm-size=1g ulimit memlock=-1 \
--shm-size=1g --ulimit memlock=-1 \
-v ${WORKSPACE}:/workspace \
--name ft_backend_builder \
${TRITON_DOCKER_IMAGE} bash
Expand Down Expand Up @@ -305,4 +305,4 @@ Sep 2021

Apr 2021
- **Release the FasterTransformer backend 1.0**.
- Support Multi-GPU on GPT.
- Support Multi-GPU on GPT.