Yan Bai
commited on
Commit
·
f36a7fc
1
Parent(s):
1f42eea
update
Browse files- webui/script.js +1 -1
webui/script.js
CHANGED
@@ -706,7 +706,7 @@ function toggleEpBasedOnConfig() {
|
|
706 |
return;
|
707 |
}
|
708 |
|
709 |
-
if (config && config.
|
710 |
epSelect.disabled = false;
|
711 |
} else {
|
712 |
epSelect.disabled = true;
|
|
|
706 |
return;
|
707 |
}
|
708 |
|
709 |
+
if (config && config.num_experts_per_tok) {
|
710 |
epSelect.disabled = false;
|
711 |
} else {
|
712 |
epSelect.disabled = true;
|