We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddab3d2 commit 5015d71Copy full SHA for 5015d71
examples/transform/quip_example.py
@@ -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
+
6
from datasets import load_dataset
7
from transformers import AutoModelForCausalLM, AutoTokenizer
8
0 commit comments