Skip to content

Commit 9423f68

Browse files
committed
format
1 parent 9507fc5 commit 9423f68

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

xllm/core/util/tensor_helper.h

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -375,9 +375,8 @@ inline torch::ScalarType resolve_ssm_dtype(
375375
return default_dtype;
376376
}
377377

378-
inline int64_t resolve_ssm_dtype_size(
379-
const std::string& mamba_ssm_dtype_str,
380-
int64_t default_dtype_size) {
378+
inline int64_t resolve_ssm_dtype_size(const std::string& mamba_ssm_dtype_str,
379+
int64_t default_dtype_size) {
381380
if (mamba_ssm_dtype_str.empty()) {
382381
return default_dtype_size;
383382
}

0 commit comments

Comments
 (0)