Merge commit 'a6803cab94' into concedo_experimental

# Conflicts:
#	.devops/tools.sh
#	Makefile
#	build.zig
#	flake.nix
#	ggml-cuda.cu
#	ggml.h
#	tests/test-grad0.c
#	tests/test-opt.c
This commit is contained in:
Concedo 2023-07-18 19:12:06 +08:00
commit 6d32e7fc8b
17 changed files with 1261 additions and 325 deletions

View file

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