Hands-on Discussion: Chapter 4 - Building smaller and faster LLMs with depth pruning #13
peremartra
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Discussion
This is the space to share your findings from the experiments in Chapter 4. In this lab, we transitioned from basic structural modifications to data-driven block selection, analyzing how specific datasets and heuristic protections affect the final performance of the pruned model.
We encourage you to experiment with the notebook and share your concrete metrics. Identifying the exact point where a model degrades or optimizing a PyTorch hook for memory efficiency are the kinds of practical insights that translate directly to production environments.
🎯 The Challenges
Pick one (or more) of the experiments and post your results below:
heuristic_protectionoradjacent_protection? Did the absence of these safety flags cause a catastrophic drop in metrics, or were they overly cautious for your dataset?📊 Share Your Results
To keep the discussion organized and technically focused, please use this template for your comments:
Don't hesitate to ask any questions, share your code modifications, or discuss any out-of-memory (OOM) errors you encountered and how you bypassed them.
Beta Was this translation helpful? Give feedback.
All reactions