how do you load it?

#1
by KnutJaegersberg - opened

I'd guess this might be a special bnb quant. I tried loading it it didnt work.

ValueError: Unknown quantization type, got higgs - supported types are: ['awq', 'bitsandbytes_4bit', 'bitsandbytes_8bit', 'gptq', 'aqlm', 'quanto', 'eetq', 'hqq', 'compressed-tensors', 'fbgemm_fp8', 'torchao', 'bitnet']

so now I'm stuck with

RuntimeError: Failed to import transformers.integrations.higgs because of the following error (look up to see its traceback):
module 'pynvml' has no attribute 'nvmlDeviceGetCudaComputeCapability'

IST Austria Distributed Algorithms and Systems Lab org

Looks like a failure with torch.cuda.get_device_capability(...). Which PyTorch and CUDA are you using?

Sign up or log in to comment