for some reason I dockerized it and it works
This commit is contained in:
@@ -47,11 +47,6 @@ cdef public void serve():
|
||||
srv.serve()
|
||||
|
||||
|
||||
cdef public void bump_count():
|
||||
eprint(f'bumping count from {srv.counter} to {srv.counter + 1}')
|
||||
srv.counter += 1
|
||||
|
||||
|
||||
cdef public size_t getwin():
|
||||
return nn.WIN
|
||||
|
||||
@@ -72,10 +67,6 @@ cdef public float gettarget():
|
||||
return nn.CFG['target']
|
||||
|
||||
|
||||
cdef public float getflpc():
|
||||
return nn.CFG['flpc']
|
||||
|
||||
|
||||
cdef public int get_tokens(WordList* wl, const char *filename):
|
||||
fnu = filename.decode('utf-8')
|
||||
if fnu not in tokenizers:
|
||||
|
||||
Reference in New Issue
Block a user