bornjre commited on
Commit
c3979ad
1 Parent(s): 0e08f78

update ctx size

Browse files
Files changed (1) hide show
  1. btlm_model_wip.cpp +1 -1
btlm_model_wip.cpp CHANGED
@@ -168,7 +168,7 @@ bool btlm_model_load(const std::string &fname, btlm_model &model,
168
 
169
  {
170
 
171
- ctx_size = 1024 * 1024 * 8000u; // fixme => actually calculate this
172
 
173
  printf("%s: ggml tensor size = %d bytes\n", __func__,
174
  (int)sizeof(ggml_tensor));
 
168
 
169
  {
170
 
171
+ ctx_size = 9000000000; // fixme => actually calculate this
172
 
173
  printf("%s: ggml tensor size = %d bytes\n", __func__,
174
  (int)sizeof(ggml_tensor));