Skip to content

Commit

Permalink
comments
Browse files Browse the repository at this point in the history
  • Loading branch information
horheynm committed Dec 13, 2024
1 parent 4a63261 commit cf9f0ff
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e/vLLM/configs/kv_cache_deepseek.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cadence: "nightly"
test_type: "regression"
model: deepseek-ai/DeepSeek-Coder-V2-Instruct
model: deepseek-ai/DeepSeek-Coder-V2-Lite-Instruct
recipe: tests/e2e/vLLM/recipes/kv_cache/default.yaml
dataset_id: HuggingFaceH4/ultrachat_200k
dataset_split: train_sft
Expand Down
18 changes: 18 additions & 0 deletions tests/e2e/vLLM/recipes/kv_cache/gptq.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
quant_stage:
quant_modifiers:
QuantizationModifier:
kv_cache_scheme:
{num_bits: 8, type: float, symmetric: true, strategy: tensor}
GPTQModifier:
sequential_update: false
ignore: ["lm_head"]
config_groups:
group_0:
weights:
num_bits: 4
type: "int"
symmetric: true
strategy: "channel"
actorder: False
targets: ["Linear"]

0 comments on commit cf9f0ff

Please sign in to comment.