We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7f3a22 commit a7982eaCopy full SHA for a7982ea
xllm/core/util/utils.cpp
@@ -172,8 +172,7 @@ torch::ScalarType convert_rec_type_to_torch(proto::DataType data_type) {
172
return torch::kInt16;
173
174
default:
175
- LOG(FATAL) << "Unsupported data type: "
176
- << static_cast<int>(data_type);
+ LOG(FATAL) << "Unsupported data type: " << static_cast<int>(data_type);
177
}
178
179
0 commit comments