Merge branch 'master' into concedo_experimental

# Conflicts:
#	README.md
#	build.zig
#	flake.nix
#	tests/test-grad0.c
#	tests/test-sampling.cpp
#	tests/test-tokenizer-0.cpp
This commit is contained in:
Concedo 2023-06-25 17:01:15 +08:00
commit d2034ced7b
19 changed files with 346 additions and 149 deletions

View file

@ -225,7 +225,7 @@ maxhordectx = 1024
maxhordelen = 256
modelbusy = False
defaultport = 5001
KcppVersion = "1.32.3"
KcppVersion = "1.33"
showdebug = True
class ServerRequestHandler(http.server.SimpleHTTPRequestHandler):