Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vahe1994/AQLM
/ types & classes
Types & classes
13 in github.com/Vahe1994/AQLM
⨍
Functions
225
◇
Types & classes
13
↳
Endpoints
1
↓ 3 callers
Class
QuantizedLinear
src/aq.py:18
↓ 1 callers
Class
AQEngine
A wrapper class that runs AQ training for a single linear layer. All the important math is in aq.py
aq_engine.py:16
↓ 1 callers
Class
Catcher
main.py:123
↓ 1 callers
Class
CatcherExit
main.py:120
↓ 1 callers
Class
ConfigurableAdamW
r""" A version of Adam optimizer that supports custom parameter dtypes, amsgrad, lamb or rmsprop on per-group basis. Adam and Amsgrad based on
src/configurable_adam.py:12
↓ 1 callers
Class
IntCodes
A storage for integer codes that makes them compatible with FullyShardedDataParallel, see https://github.com/pytorch/pytorch/issues/123528 fo
src/utils.py:155
↓ 1 callers
Class
QuantizedWeight
src/aq.py:37
↓ 1 callers
Class
StraightThroughAdamW
A wrapper for a PyTorch optimizer that can perform updates on quantized and/or de-quantized parameters :param update_non_quantized_params: ho
src/pv_optimizer.py:22
↓ 1 callers
Class
YourQuantizedWeightIsInAnotherRank
This replaces quantized weights that are not held on this rank
src/pv_utils.py:200
↓ 1 callers
Class
_LayerWrapperThatAccumulatesXTX
main.py:476
Class
ParameterRole
src/pv_optimizer.py:16
Class
QuantizedLinear
inference_lib/src/aqlm/inference.py:11
Class
_QuantizedMatmul
inference_lib/src/aqlm/inference.py:100