Skip to content

Commit 141cade

Browse files
committed
sync client
1 parent 003e328 commit 141cade

File tree

7 files changed

+151
-1182
lines changed

7 files changed

+151
-1182
lines changed

1

Lines changed: 0 additions & 356 deletions
This file was deleted.

src/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import numpy as np
33
import multiprocessing
44

5-
USE_CACHE=True
5+
USE_CACHE=False
66
N_OF_THREADS=40 # int(np.ceil(multiprocessing.cpu_count()*0.9))
77
dir_path = os.path.dirname(os.path.realpath(__file__))
88
PATH_TO_CONF = "env/config/conf.json"

0 commit comments

Comments
 (0)