-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* WIP Signed-off-by: Kyle Sayers <[email protected]> * Fix errors in scripts and notebooks in `examples/` and drop `sparseml` dependence (#247) * first pass, awaiting team feedback * drop hf-transfer nonsense * remaining example files * black/isort * Apply suggestions from code review Co-authored-by: Kyle Sayers <[email protected]> * notebook example cleanup Signed-off-by: Brian Dellabetta <[email protected]> * update compressed-tensors examples for QDQ and actual compression using torch hooks Signed-off-by: Brian Dellabetta <[email protected]> * Update examples/llama_1.1b/ex_config_quantization.py Co-authored-by: Rahul Tuli <[email protected]> * f string typo Signed-off-by: Brian Dellabetta <[email protected]> * updates from codereview Signed-off-by: Brian Dellabetta <[email protected]> --------- Signed-off-by: Brian Dellabetta <[email protected]> Co-authored-by: Kyle Sayers <[email protected]> Co-authored-by: Rahul Tuli <[email protected]> --------- Signed-off-by: Kyle Sayers <[email protected]> Signed-off-by: Brian Dellabetta <[email protected]> Co-authored-by: Kyle Sayers <[email protected]> Co-authored-by: Rahul Tuli <[email protected]>
- Loading branch information
1 parent
22c09f3
commit 5f24384
Showing
9 changed files
with
323 additions
and
165 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
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
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 |
---|---|---|
|
@@ -12,6 +12,5 @@ | |
}, | ||
"targets": ["Linear"] | ||
} | ||
}, | ||
"ignore": ["lm_head"] | ||
} | ||
} |
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
Oops, something went wrong.