Skip to content

Commit

Permalink
update readme path
Browse files Browse the repository at this point in the history
  • Loading branch information
kylesayrs authored Nov 16, 2024
1 parent 6a4214d commit 9d764b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/llmcompressor/modifiers/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ are relevant only during training. Below is a summary of the key modifiers avail

Modifiers that introduce sparsity into a model

### [SparseGPT](./pruning/gptq/base.py)
### [SparseGPT](./pruning/sparsegpt/base.py)
One-shot algorithm that uses calibration data to introduce unstructured or structured
sparsity into weights. Implementation based on [SparseGPT: Massive Language Models Can Be Accurately Pruned in One-Shot](https://arxiv.org/abs/2301.00774). A small amount of calibration data is used
to calculate a Hessian for each layers input activations, this Hessian is then used to
Expand Down

0 comments on commit 9d764b8

Please sign in to comment.