"server/text_generation_server/layers/gptq/exllamav2.py" did not exist on "16958fe3126387f53d2296fa40c3a15fd3a869f4"
Commit d28716e8 authored by mshoeybi's avatar mshoeybi
Browse files

removed the checks for bfloat jitting

parent 2f3a2d68
......@@ -136,9 +136,6 @@ def parse_args(extra_args_provider=None, defaults={},
if args.bf16:
assert not args.fp16
args.params_dtype = torch.bfloat16
# Jitting fusion is not supported for bfloat for now
assert not args.bias_gelu_fusion
assert not args.bias_dropout_fusion
if args.rank == 0:
print('using {} for parameters ...'.format(args.params_dtype),
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment