mirror of
https://github.com/Lizonghang/prima.cpp.git
synced 2025-09-09 22:06:43 +00:00
fix kappa
This commit is contained in:
parent
e7fae2acdb
commit
70bd9db008
1 changed files with 1 additions and 1 deletions
|
@ -1063,7 +1063,7 @@ static void assign_device(
|
|||
GGML_ASSERT(dev.device_os != nullptr);
|
||||
bool is_android = strcmp(dev.device_os, "Android") == 0;
|
||||
|
||||
if (m == 0) {
|
||||
if (m == 0 && !in_set(m, M4)) {
|
||||
kappa = (bi + bo) / (disk_speed[m] * 1e9) * 1000; // in ms
|
||||
}
|
||||
if (in_set(m, M3)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue