Skip to content

Commit

Permalink
remove default
Browse files Browse the repository at this point in the history
  • Loading branch information
IlyasMoutawwakil committed Mar 29, 2024
1 parent 4966a1a commit 4cd2274
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions optimum_benchmark/backends/pytorch/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,7 @@
TORCH_DTYPES = ["bfloat16", "float16", "float32", "auto"]

QUANTIZATION_CONFIGS = {"bnb": {"llm_int8_threshold": 0.0}, "gptq": {}, "awq": {}}
COMPILE_CONFIG = {
"fullgraph": False,
"dynamic": False,
"backend": "inductor",
"mode": None,
"options": None,
"disable": False,
}
COMPILE_CONFIG = {}


@dataclass
Expand Down

0 comments on commit 4cd2274

Please sign in to comment.