mirror of
https://github.com/tcsenpai/ollama.git
synced 2025-06-08 20:25:22 +00:00
fix build on windows
This commit is contained in:
parent
0873d28b16
commit
533a7e7d50
@ -1,5 +1,3 @@
|
|||||||
// go:build darwin && arm64
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* llama.cpp - git 059031b8c40e1f4ba60586842c5b1ed3ddf61842
|
* llama.cpp - git 059031b8c40e1f4ba60586842c5b1ed3ddf61842
|
||||||
*
|
*
|
@ -28,7 +28,7 @@ cp $src_dir/ggml-quants.c $dst_dir/ggml-quants.c
|
|||||||
cp $src_dir/ggml-quants.h $dst_dir/ggml-quants.h
|
cp $src_dir/ggml-quants.h $dst_dir/ggml-quants.h
|
||||||
cp $src_dir/ggml-metal.metal $dst_dir/ggml-metal.metal
|
cp $src_dir/ggml-metal.metal $dst_dir/ggml-metal.metal
|
||||||
cp $src_dir/ggml-metal.h $dst_dir/ggml-metal.h
|
cp $src_dir/ggml-metal.h $dst_dir/ggml-metal.h
|
||||||
cp $src_dir/ggml-metal.m $dst_dir/ggml-metal.m
|
cp $src_dir/ggml-metal.m $dst_dir/ggml-metal-darwin_arm64.m
|
||||||
cp $src_dir/ggml-impl.h $dst_dir/ggml-impl.h
|
cp $src_dir/ggml-impl.h $dst_dir/ggml-impl.h
|
||||||
cp $src_dir/ggml-cuda.h $dst_dir/ggml-cuda.h
|
cp $src_dir/ggml-cuda.h $dst_dir/ggml-cuda.h
|
||||||
cp $src_dir/ggml-cuda.cu $dst_dir/ggml-cuda.cu
|
cp $src_dir/ggml-cuda.cu $dst_dir/ggml-cuda.cu
|
||||||
|
Loading…
x
Reference in New Issue
Block a user