Hello, everybody. Tried HumanEval benchmark on my custom Mistral tune today, but getting weird warning:
UserWarning: Input type into Linear4bit is torch.float16, but bnb_4bit_compute_dtype=torch.float32 (default). This will lead to slow inference or training speed.
warnings.warn(f'Input type into Linear4bit is torch.float16, but bnb_4bit_compute_dtype=torch.float32 (default). This will lead to slow inference or training speed.')
Hello, everybody. Tried HumanEval benchmark on my custom Mistral tune today, but getting weird warning:
Dont know how to fix this, any ideas?
My command to run the benchmark: