Reduce bert_gen numprocess to 2 (often freezes in colab)
This commit is contained in:
@@ -22,7 +22,7 @@ preprocess_text:
|
||||
|
||||
bert_gen:
|
||||
config_path: "config.json"
|
||||
num_processes: 4
|
||||
num_processes: 2
|
||||
device: "cuda"
|
||||
use_multi_device: false
|
||||
|
||||
|
||||
Reference in New Issue
Block a user