Skip to content

Commit e55c1df

Browse files
committed
fix merge
1 parent c7b1d6a commit e55c1df

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

ggml/src/ggml-cuda/common.cuh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,6 @@ static __device__ void no_device_code(
281281
printf("%s:%d: ERROR: CUDA kernel %s has no device code compatible with CUDA arch %d. ggml-cuda.cu was compiled for: %s\n",
282282
file_name, line, function_name, arch, arch_list);
283283
#endif // defined(GGML_USE_HIP) && defined(__HIP_PLATFORM_AMD__)
284-
__trap();
285284

286285
GGML_UNUSED(no_device_code); // suppress unused function warning
287286

gpttype_adapter.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3073,7 +3073,6 @@ ModelLoadResult gpttype_load_model(const load_model_inputs inputs, FileFormat in
30733073
}
30743074

30753075
llama_ctx_params.offload_kqv = !inputs.low_vram;
3076-
llama_ctx_params.logits_all = false;
30773076
model_params.use_mmap = inputs.use_mmap;
30783077
model_params.use_mlock = inputs.use_mlock;
30793078
model_params.n_gpu_layers = inputs.gpulayers;

0 commit comments

Comments
 (0)