Added treshold

This commit is contained in:
Christian Risi 2025-10-02 11:02:03 +02:00
parent 2e595a3a23
commit 856bd8909c

View File

@ -168,7 +168,7 @@ class NanoSocraTrainerPool:
NEW_DATA: list[list[int]] = []
MEMORY = NanoSocratesBatchMemoryBPE({}, 0)
MEMORY = NanoSocratesBatchMemoryBPE({}, self.__merge_treshold)
fit_funct = split_fit
CPU_COUNT = os.process_cpu_count()