We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a2c5a3 commit 7de824cCopy full SHA for 7de824c
xllm/core/util/utils.cpp
100644
100755
@@ -80,7 +80,7 @@ torch::ScalarType parse_dtype(const std::string& dtype_str,
80
}
81
if ((boost::iequals(dtype_str, "float") ||
82
boost::iequals(dtype_str, "float32"))) {
83
- return torch::kFloat16;
+ return torch::kFloat;
84
85
86
if (dtype_str.empty() || boost::iequals(dtype_str, "auto")) {
0 commit comments