Spaces:
Sleeping
Sleeping
Commit
•
fd46e37
1
Parent(s):
a919d64
fix
Browse files- config_store.py +1 -1
config_store.py
CHANGED
@@ -9,8 +9,8 @@ def get_process_config():
|
|
9 |
info="Runs the model with numactl",
|
10 |
),
|
11 |
"process.numactl_kwargs": gr.Textbox(
|
12 |
-
value="",
|
13 |
label="process.numactl_kwargs",
|
|
|
14 |
info="Additional python dict of kwargs to pass to numactl",
|
15 |
),
|
16 |
}
|
|
|
9 |
info="Runs the model with numactl",
|
10 |
),
|
11 |
"process.numactl_kwargs": gr.Textbox(
|
|
|
12 |
label="process.numactl_kwargs",
|
13 |
+
value="{'cpunodebind': 0, 'membind': 0}",
|
14 |
info="Additional python dict of kwargs to pass to numactl",
|
15 |
),
|
16 |
}
|