Update for Basic Constrastive Search to not show when using TPUs as it doesn't work there yet.

This commit is contained in:
ebolam
2022-11-11 09:42:47 -05:00
parent 812bd4d80b
commit 675c0c2832
2 changed files with 6 additions and 1 deletions

View File

@@ -118,7 +118,8 @@ gensettingstf = [
"menu_path": "Settings",
"sub_path": "Sampling",
"classname": "model",
"name": "penalty_alpha"
"name": "penalty_alpha",
"extra_classes": "var_sync_alt_system_use_colab_tpu"
},
{
"uitype": "slider",

View File

@@ -2957,3 +2957,7 @@ select {
#seed_card[system_seed_specified=false] {
display: none;
}
#penalty_alpha[system_use_colab_tpu=true] {
display: none;
}