Skip to content

Commit b2a0939

Browse files
ggerganovjikunshang
authored andcommitted
Update llama.cpp
1 parent 100d8e0 commit b2a0939

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llama.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -455,7 +455,7 @@ static void ggml_graph_compute_helper(std::vector<uint8_t> & buf, ggml_cgraph *
455455
# define llama_host_free(data) ggml_metal_host_free(data)
456456
#elif GGML_USE_CPU_HBM
457457
# define llama_host_malloc(n) hbw_malloc(n)
458-
# define llama_host_free(data) if(data != NULL) hbw_free(data)
458+
# define llama_host_free(data) if (data != NULL) hbw_free(data)
459459
#else
460460
# define llama_host_malloc(n) malloc(n)
461461
# define llama_host_free(data) free(data)

0 commit comments

Comments
 (0)