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",
|
||||
"sub_path": "Sampling",
|
||||
"classname": "model",
|
||||
"name": "penalty_alpha"
|
||||
"name": "penalty_alpha",
|
||||
"extra_classes": "var_sync_alt_system_use_colab_tpu"
|
||||
},
|
||||
{
|
||||
"uitype": "slider",
|
||||
|
@@ -2957,3 +2957,7 @@ select {
|
||||
#seed_card[system_seed_specified=false] {
|
||||
display: none;
|
||||
}
|
||||
|
||||
#penalty_alpha[system_use_colab_tpu=true] {
|
||||
display: none;
|
||||
}
|
Reference in New Issue
Block a user