krishnateja95 commited on
Commit
1f85199
·
verified ·
1 Parent(s): b52eefa

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -1
README.md CHANGED
@@ -56,4 +56,16 @@ Total output tokens: 24076
56
  Output tokens per second: 214.840
57
  ```
58
 
59
- For more details on how this model was created and run in LLM Compressor, please contact Kyle Sayers on the vLLM Slack: https://communityinviter.com/apps/vllm-dev/join-vllm-developers-slack
 
 
 
 
 
 
 
 
 
 
 
 
 
56
  Output tokens per second: 214.840
57
  ```
58
 
59
+ For more details on how this model was created and run in LLM Compressor, please contact Kyle Sayers on the vLLM Slack: https://communityinviter.com/apps/vllm-dev/join-vllm-developers-slack
60
+
61
+
62
+
63
+
64
+ ## Installation
65
+
66
+ To run this model in vllm, install the following:
67
+ ```bash
68
+ uv pip install git+https://github.com/vllm-project/vllm.git@refs/pull/41276/head --no-cache
69
+ uv pip install tilelang==0.1.10 apache-tvm-ffi==0.1.10
70
+ ```
71
+