Reduce bert_gen numprocess to 2 (often freezes in colab)

This commit is contained in:
litagin02
2024-01-06 15:07:44 +09:00
parent 100949d970
commit 09c0673ded

View File

@@ -22,7 +22,7 @@ preprocess_text:
bert_gen: bert_gen:
config_path: "config.json" config_path: "config.json"
num_processes: 4 num_processes: 2
device: "cuda" device: "cuda"
use_multi_device: false use_multi_device: false