Skip to content
This repository has been archived by the owner on Oct 25, 2024. It is now read-only.

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Aug 5, 2024
1 parent a08344a commit 7914ccc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -833,7 +833,7 @@ def __init__(
self.double_quant_group_size = double_quant_group_size
# "transformer.output_layer" for chatglm series model.
# "embed_out" for dolly v2 series model.
self.llm_int8_skip_modules = kwargs.get("llm_int8_skip_modules",
self.llm_int8_skip_modules = kwargs.get("llm_int8_skip_modules",
["lm_head", "transformer.output_layer", "embed_out"])
self.use_ggml = use_ggml
self.use_quant = use_quant
Expand Down

0 comments on commit 7914ccc

Please sign in to comment.