"git@developer.sourcefind.cn:OpenDAS/torchaudio.git" did not exist on "46fae2fe9ecd23039d9402cfaf2864a2c4312ad6"
Handle GPTQ-Marlin loading in `GPTQMarlinWeightLoader` (#2300)
The `GPTWeightLoader` was structured like this in pseudocode: if marlin: Set up tensors in a way that GPTQ-Marlin expects else: Set up tensors in a way that ExLlama/GPTQ/AWQ expect However, the GPT-Marlin implementation details should really be in the `marlin` module. So move the former part out to a separate `GPTQMarlinWeightsLoader`.
Showing
Please register or sign in to comment