mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-06-05 21:59:24 +02:00
Update for Basic Constrastive Search to not show when using TPUs as it doesn't work there yet.
This commit is contained in:
@@ -118,7 +118,8 @@ gensettingstf = [
|
|||||||
"menu_path": "Settings",
|
"menu_path": "Settings",
|
||||||
"sub_path": "Sampling",
|
"sub_path": "Sampling",
|
||||||
"classname": "model",
|
"classname": "model",
|
||||||
"name": "penalty_alpha"
|
"name": "penalty_alpha",
|
||||||
|
"extra_classes": "var_sync_alt_system_use_colab_tpu"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"uitype": "slider",
|
"uitype": "slider",
|
||||||
|
@@ -2956,4 +2956,8 @@ select {
|
|||||||
|
|
||||||
#seed_card[system_seed_specified=false] {
|
#seed_card[system_seed_specified=false] {
|
||||||
display: none;
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
#penalty_alpha[system_use_colab_tpu=true] {
|
||||||
|
display: none;
|
||||||
}
|
}
|
Reference in New Issue
Block a user