Skip to content

Commit 5015d71

Browse files
committed
add disclaimer
Signed-off-by: Kyle Sayers <[email protected]>
1 parent ddab3d2 commit 5015d71

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

examples/transform/quip_example.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
"""
2+
NOTE: models produced using this example will not be capable of running in vLLM.
3+
See https://github.com/vllm-project/vllm/pull/22219 for progress updates
4+
"""
5+
16
from datasets import load_dataset
27
from transformers import AutoModelForCausalLM, AutoTokenizer
38

0 commit comments

Comments
 (0)