Merge branch 'bugfix_compute_type' into develop
This commit is contained in:
@@ -73,8 +73,17 @@ update_modal:
|
||||
is_current_compute_device: "The version currently in use"
|
||||
|
||||
config_page:
|
||||
version: "Version {{version}}"
|
||||
model_download_button_label: "Download"
|
||||
common:
|
||||
version: "Version {{version}}"
|
||||
model_download_button_label: "Download"
|
||||
compute_device:
|
||||
desc: "The accuracy and speed of each processing type may vary depending on your machine specs, and the compatibility with calculation methods may differ from the displayed order. Please use this as a general guideline."
|
||||
label_device: "Processing Device"
|
||||
label_type: "Processing Type"
|
||||
type_template_auto: "Automatic"
|
||||
type_template_low: "{{type_name}} (Lower accuracy, faster processing)"
|
||||
type_template_high: "{{type_name}} (Higher accuracy, slower processing)"
|
||||
|
||||
side_menu_labels:
|
||||
device: "Device"
|
||||
appearance: "Appearance"
|
||||
@@ -133,8 +142,8 @@ config_page:
|
||||
desc: "You can choose the translation model when using the {{ctranslate2}} translation engine."
|
||||
small: "Basic Model ({{capacity}})"
|
||||
large: "High Accuracy Model ({{capacity}})"
|
||||
ctranslate2_compute_device:
|
||||
label: "Processing device for AI translation {{ctranslate2}}"
|
||||
translation_compute_device:
|
||||
label: "Processing device for AI translation"
|
||||
deepl_auth_key:
|
||||
label: "DeepL Auth Key"
|
||||
desc: "When using it, please change {{translator}} on the main screen to DeepL_API. ※Some languages may not be supported."
|
||||
@@ -177,8 +186,8 @@ config_page:
|
||||
desc: "Larger models have higher accuracy, but they also consume more CPU or GPU resources.\nEspecially for models larger than medium, it may be difficult or even impossible to use them depending on the performance of your CPU/GPU."
|
||||
model_template: "{{model_name}} model ({{capacity}})"
|
||||
recommended_model_template: "{{model_name}} model ({{capacity}}) (Recommended)"
|
||||
whisper_compute_device:
|
||||
label: "Processing Device Used For Whisper"
|
||||
transcription_compute_device:
|
||||
label: "Processing Device Used For AI transcription"
|
||||
|
||||
vr:
|
||||
single_line: "Single line"
|
||||
|
||||
Reference in New Issue
Block a user