for some reason I dockerized it and it works

This commit is contained in:
2019-12-13 17:35:06 -08:00
parent 4a9e328884
commit 79e8b9874b
7 changed files with 158 additions and 32 deletions

View File

@@ -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: