up ver, fixed compile (+1 squashed commits)
Squashed commits: [ca51aa9e] up ver
This commit is contained in:
parent
ba09f1c807
commit
f8376c7e61
2 changed files with 1 additions and 2 deletions
|
@ -4563,7 +4563,6 @@ struct cuda_buffer {
|
|||
|
||||
static cuda_buffer g_cuda_buffer_pool[GGML_CUDA_MAX_DEVICES][MAX_CUDA_BUFFERS];
|
||||
static std::atomic_flag g_cuda_pool_lock = ATOMIC_FLAG_INIT;
|
||||
static bool g_mul_mat_q = false;
|
||||
|
||||
static void * ggml_cuda_pool_malloc(size_t size, size_t * actual_size) {
|
||||
scoped_spin_lock lock(g_cuda_pool_lock);
|
||||
|
|
|
@ -303,7 +303,7 @@ maxhordectx = 1024
|
|||
maxhordelen = 256
|
||||
modelbusy = threading.Lock()
|
||||
defaultport = 5001
|
||||
KcppVersion = "1.40"
|
||||
KcppVersion = "1.40.1"
|
||||
showdebug = True
|
||||
showsamplerwarning = True
|
||||
showmaxctxwarning = True
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue