forked from vllm-project/llm-compressor
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
DeepSeek: Fix Hessian Estimation (vllm-project#157)
* loop through all decoder layers to figure out hessians * remove print
- Loading branch information
Sara Adkins
authored
Sep 11, 2024
1 parent
f8e0ef6
commit 3ee99bd
Showing
2 changed files
with
19 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
tests/llmcompressor/transformers/compression/run_compressed_configs/w8a8.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
cadence: "commit" | ||
test_type: "regression" | ||
model_stub: "nm-testing/tinyllama-w4a16-compressed" | ||
model_stub: "nm-testing/tinyllama-w8a8-compressed" |