Skip to content

Commit

Permalink
Update vLLM instructions (databricks#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
bandish-shah authored Mar 27, 2024
1 parent 8ddfd58 commit c55c7c3
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,14 +50,13 @@ Both TensorRT-LLM and vLLM can be used to run optimized inference with DBRX. We

### TensorRT-LLM

DBRX support has also been added to TensorRT-LLM library: [Pending PR](https://github.com/NVIDIA/TensorRT-LLM/pull/1363)
DBRX support is being added to TensorRT-LLM library: [Pending PR](https://github.com/NVIDIA/TensorRT-LLM/pull/1363)

After merging, instructions to build and run DBRX TensorRT engines will be found at: [README](https://github.com/NVIDIA/TensorRT-LLM/blob/main/examples/dbrx/README.md)

### vLLM
DBRX support has been added to vLLM: [Pending PR](https://github.com/vllm-project/vllm/pull/3660)

After merging, instructions to run vLLM engine will be found at: [Docs](https://docs.vllm.ai/en/latest/)
Please see the [vLLM docs](https://docs.vllm.ai/en/latest/) for instructions on how to run DBRX with the vLLM engine.

## Finetune

Expand Down

0 comments on commit c55c7c3

Please sign in to comment.