krishnateja95 commited on
Commit
38e79a6
·
verified ·
1 Parent(s): 48c464b

Mention vLLM PR #48768 for Inkling model support

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -39,6 +39,8 @@ Weights are quantized statically using per-channel FP8 scaling, and activations
39
 
40
  This model can be deployed using [vLLM](https://docs.vllm.ai/en/latest/).
41
 
 
 
42
  1. Start the vLLM server:
43
  ```
44
  vllm serve RedHatAI/Inkling-FP8-dynamic \
 
39
 
40
  This model can be deployed using [vLLM](https://docs.vllm.ai/en/latest/).
41
 
42
+ > **Note:** Inkling model support in vLLM is being added in [vllm-project/vllm#48768](https://github.com/vllm-project/vllm/pull/48768). This PR is currently a draft and has not yet been merged, so you will need to install vLLM from that pull request's branch (`tml-inkling`) to run this model until it lands on `main`.
43
+
44
  1. Start the vLLM server:
45
  ```
46
  vllm serve RedHatAI/Inkling-FP8-dynamic \