(weight)
| 32 | return new_weight |
| 33 | |
| 34 | def convert_int8_to_int2(weight): |
| 35 | return convert_weight_int8_to_int2(weight) |
| 36 | |
| 37 | merged_result = torch.load(input_path, map_location="cpu", mmap=True, weights_only=True) |
| 38 | int2_result = {} |
no test coverage detected