diff --git a/configs/config.yaml b/configs/config.yaml index 282f18a..c3948b8 100644 --- a/configs/config.yaml +++ b/configs/config.yaml @@ -1,5 +1,5 @@ # =================== Lord Of Large Language Multimodal Systems Configuration file =========================== -version: 77 +version: 79 binding_name: null model_name: null model_variant: null @@ -8,9 +8,10 @@ model_type: null show_news_panel: True # Security measures +turn_on_setting_update_validation: True turn_on_code_execution: True turn_on_code_validation: True -turn_on_open_file_validation: True +turn_on_open_file_validation: False turn_on_send_file_validation: False force_accept_remote_access: false @@ -34,6 +35,7 @@ top_k: 50 top_p: 0.95 repeat_last_n: 40 repeat_penalty: 1.2 +num_experts_per_token: 2 n_threads: 8 diff --git a/lollms/configs/config.yaml b/lollms/configs/config.yaml index 7ae222b..c3948b8 100644 --- a/lollms/configs/config.yaml +++ b/lollms/configs/config.yaml @@ -1,5 +1,5 @@ # =================== Lord Of Large Language Multimodal Systems Configuration file =========================== -version: 78 +version: 79 binding_name: null model_name: null model_variant: null @@ -11,7 +11,7 @@ show_news_panel: True turn_on_setting_update_validation: True turn_on_code_execution: True turn_on_code_validation: True -turn_on_open_file_validation: True +turn_on_open_file_validation: False turn_on_send_file_validation: False force_accept_remote_access: false @@ -35,6 +35,7 @@ top_k: 50 top_p: 0.95 repeat_last_n: 40 repeat_penalty: 1.2 +num_experts_per_token: 2 n_threads: 8