Reduce bert_gen numprocess to 2 (often freezes in colab)
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user