[GH-ISSUE #7292] 0.3.14 git compile error on arm64 andro termux #66692

Closed
opened 2026-05-04 07:49:37 -05:00 by GiteaMirror · 21 comments
Owner

Originally created by @fxmbsw7 on GitHub (Oct 21, 2024).
Original GitHub issue: https://github.com/ollama/ollama/issues/7292

Originally assigned to: @dhiltgen on GitHub.

What is the issue?

gpu_info_cudart.c:61:13: warning: comparison of different enumeration types ('cudartReturn_t' (aka 'enum cudartReturn_enum') and 'enum cudaError_enum') [-Wenum-compare]

github.com/ollama/ollama/llama

ggml-quants.c:4023:88: error: always_inline function 'vmmlaq_s32' requires target feature 'i8mm', but would be inlined into function 'ggml_vec_dot_q4_0_q8_0' that is compiled without support for 'i8mm'
ggml-quants.c:4023:76: error: always_inline function 'vmmlaq_s32' requires target feature 'i8mm', but would be inlined into function 'ggml_vec_dot_q4_0_q8_0' that is compiled without support for 'i8mm'
ggml-quants.c:4023:64: error: always_inline function 'vmmlaq_s32' requires target feature 'i8mm', but would be inlined into function 'ggml_vec_dot_q4_0_q8_0' that is compiled without support for 'i8mm'
ggml-quants.c:4023:52: error: always_inline function 'vmmlaq_s32' requires target feature 'i8mm', but would be inlined into function 'ggml_vec_dot_q4_0_q8_0' that is compiled without support for 'i8mm'

OS

Linux

GPU

Other

CPU

Other

Ollama version

0.3.14 git

Originally created by @fxmbsw7 on GitHub (Oct 21, 2024). Original GitHub issue: https://github.com/ollama/ollama/issues/7292 Originally assigned to: @dhiltgen on GitHub. ### What is the issue? gpu_info_cudart.c:61:13: warning: comparison of different enumeration types ('cudartReturn_t' (aka 'enum cudartReturn_enum') and 'enum cudaError_enum') [-Wenum-compare] # github.com/ollama/ollama/llama ggml-quants.c:4023:88: error: always_inline function 'vmmlaq_s32' requires target feature 'i8mm', but would be inlined into function 'ggml_vec_dot_q4_0_q8_0' that is compiled without support for 'i8mm' ggml-quants.c:4023:76: error: always_inline function 'vmmlaq_s32' requires target feature 'i8mm', but would be inlined into function 'ggml_vec_dot_q4_0_q8_0' that is compiled without support for 'i8mm' ggml-quants.c:4023:64: error: always_inline function 'vmmlaq_s32' requires target feature 'i8mm', but would be inlined into function 'ggml_vec_dot_q4_0_q8_0' that is compiled without support for 'i8mm' ggml-quants.c:4023:52: error: always_inline function 'vmmlaq_s32' requires target feature 'i8mm', but would be inlined into function 'ggml_vec_dot_q4_0_q8_0' that is compiled without support for 'i8mm' ### OS Linux ### GPU Other ### CPU Other ### Ollama version 0.3.14 git
GiteaMirror added the buglinux labels 2026-05-04 07:49:38 -05:00
Author
Owner

@dhiltgen commented on GitHub (Oct 21, 2024):

Until we can get a fix merged, I believe if you modify https://github.com/ollama/ollama/blob/main/llama/llama.go#L37-L38 to remove -D__ARM_FEATURE_MATMUL_INT8 it should work.

<!-- gh-comment-id:2427773036 --> @dhiltgen commented on GitHub (Oct 21, 2024): Until we can get a fix merged, I believe if you modify https://github.com/ollama/ollama/blob/main/llama/llama.go#L37-L38 to remove `-D__ARM_FEATURE_MATMUL_INT8` it should work.
Author
Owner

@fxmbsw7 commented on GitHub (Oct 21, 2024):

thank you ill try some later , ++

On Mon, Oct 21, 2024, 23:35 Daniel Hiltgen @.***> wrote:

Until we can get a fix merged, I believe if you modify
https://github.com/ollama/ollama/blob/main/llama/llama.go#L37-L38 to
remove -D__ARM_FEATURE_MATMUL_INT8 it should work.


Reply to this email directly, view it on GitHub
https://github.com/ollama/ollama/issues/7292#issuecomment-2427773036,
or unsubscribe
https://github.com/notifications/unsubscribe-auth/AJMLP3KGUZNGQYL7HVJ4FH3Z4VXQXAVCNFSM6AAAAABQJ2CDW2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDIMRXG43TGMBTGY
.
You are receiving this because you authored the thread.Message ID:
@.***>

<!-- gh-comment-id:2427936774 --> @fxmbsw7 commented on GitHub (Oct 21, 2024): thank you ill try some later , ++ On Mon, Oct 21, 2024, 23:35 Daniel Hiltgen ***@***.***> wrote: > Until we can get a fix merged, I believe if you modify > https://github.com/ollama/ollama/blob/main/llama/llama.go#L37-L38 to > remove -D__ARM_FEATURE_MATMUL_INT8 it should work. > > — > Reply to this email directly, view it on GitHub > <https://github.com/ollama/ollama/issues/7292#issuecomment-2427773036>, > or unsubscribe > <https://github.com/notifications/unsubscribe-auth/AJMLP3KGUZNGQYL7HVJ4FH3Z4VXQXAVCNFSM6AAAAABQJ2CDW2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDIMRXG43TGMBTGY> > . > You are receiving this because you authored the thread.Message ID: > ***@***.***> >
Author
Owner

@fxmbsw7 commented on GitHub (Oct 21, 2024):

would q8_0 work still then ?

On Tue, Oct 22, 2024, 01:47 #!microsuxx @.***> wrote:

thank you ill try some later , ++

On Mon, Oct 21, 2024, 23:35 Daniel Hiltgen @.***>
wrote:

Until we can get a fix merged, I believe if you modify
https://github.com/ollama/ollama/blob/main/llama/llama.go#L37-L38 to
remove -D__ARM_FEATURE_MATMUL_INT8 it should work.


Reply to this email directly, view it on GitHub
https://github.com/ollama/ollama/issues/7292#issuecomment-2427773036,
or unsubscribe
https://github.com/notifications/unsubscribe-auth/AJMLP3KGUZNGQYL7HVJ4FH3Z4VXQXAVCNFSM6AAAAABQJ2CDW2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDIMRXG43TGMBTGY
.
You are receiving this because you authored the thread.Message ID:
@.***>

<!-- gh-comment-id:2427937035 --> @fxmbsw7 commented on GitHub (Oct 21, 2024): would q8_0 work still then ? On Tue, Oct 22, 2024, 01:47 #!microsuxx ***@***.***> wrote: > thank you ill try some later , ++ > > On Mon, Oct 21, 2024, 23:35 Daniel Hiltgen ***@***.***> > wrote: > >> Until we can get a fix merged, I believe if you modify >> https://github.com/ollama/ollama/blob/main/llama/llama.go#L37-L38 to >> remove -D__ARM_FEATURE_MATMUL_INT8 it should work. >> >> — >> Reply to this email directly, view it on GitHub >> <https://github.com/ollama/ollama/issues/7292#issuecomment-2427773036>, >> or unsubscribe >> <https://github.com/notifications/unsubscribe-auth/AJMLP3KGUZNGQYL7HVJ4FH3Z4VXQXAVCNFSM6AAAAABQJ2CDW2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDIMRXG43TGMBTGY> >> . >> You are receiving this because you authored the thread.Message ID: >> ***@***.***> >> >
Author
Owner

@fxmbsw7 commented on GitHub (Oct 22, 2024):

compiled well

<!-- gh-comment-id:2428184166 --> @fxmbsw7 commented on GitHub (Oct 22, 2024): compiled well
Author
Owner

@vpnry commented on GitHub (Oct 26, 2024):

Until we can get a fix merged, I believe if you modify https://github.com/ollama/ollama/blob/main/llama/llama.go#L37-L38 to remove -D__ARM_FEATURE_MATMUL_INT8 it should work.

Thanks. It works!

<!-- gh-comment-id:2439393204 --> @vpnry commented on GitHub (Oct 26, 2024): > Until we can get a fix merged, I believe if you modify https://github.com/ollama/ollama/blob/main/llama/llama.go#L37-L38 to remove `-D__ARM_FEATURE_MATMUL_INT8` it should work. Thanks. It works!
Author
Owner

@b9Joker108 commented on GitHub (Oct 27, 2024):

@vpnry @dhiltgen So, the process is:

  1. git clone --depth 1 https://github.com/ollama/ollama.git
  2. cd ollama
  3. go generate ./...
  4. delete the two lines of code, as per above and write.
  5. go build .
  6. ./ollama serve &
  7. and prosper!

Is that the go?

<!-- gh-comment-id:2439781839 --> @b9Joker108 commented on GitHub (Oct 27, 2024): @vpnry @dhiltgen So, the process is: 1. git clone --depth 1 https://github.com/ollama/ollama.git 2. cd ollama 3. go generate ./... 4. delete the two lines of code, as per above and write. 5. go build . 6. ./ollama serve & 7. and prosper! Is that the go?
Author
Owner

@fxmbsw7 commented on GitHub (Oct 27, 2024):

On Sun, Oct 27, 2024, 02:32 b9Joker108 @.***> wrote:

@vpnry https://github.com/vpnry So, the process is:

  1. git clone --depth 1 https://github.com/ollama/ollama.git
  2. cd ollama
  3. go generate ./...
  4. delete the two lines of code, as per above and write.
  5. go build .
  6. ./ollama serve &
  7. and prosper!

Is that the go?

cd ollama ; in the two lines , delete that last -D...word mentioned , not
the whole line
then generate and build

Reply to this email directly, view it on GitHub
https://github.com/ollama/ollama/issues/7292#issuecomment-2439781839,
or unsubscribe
https://github.com/notifications/unsubscribe-auth/AJMLP3OHACE37ZXE276ACJLZ5QYCZAVCNFSM6AAAAABQJ2CDW2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDIMZZG44DCOBTHE
.
You are receiving this because you modified the open/close state.Message
ID: @.***>

<!-- gh-comment-id:2439815750 --> @fxmbsw7 commented on GitHub (Oct 27, 2024): On Sun, Oct 27, 2024, 02:32 b9Joker108 ***@***.***> wrote: > @vpnry <https://github.com/vpnry> So, the process is: > > 1. git clone --depth 1 https://github.com/ollama/ollama.git > 2. cd ollama > 3. go generate ./... > 4. delete the two lines of code, as per above and write. > 5. go build . > 6. ./ollama serve & > 7. and prosper! > > Is that the go? > cd ollama ; in the two lines , delete that last -D...word mentioned , not the whole line then generate and build — > Reply to this email directly, view it on GitHub > <https://github.com/ollama/ollama/issues/7292#issuecomment-2439781839>, > or unsubscribe > <https://github.com/notifications/unsubscribe-auth/AJMLP3OHACE37ZXE276ACJLZ5QYCZAVCNFSM6AAAAABQJ2CDW2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDIMZZG44DCOBTHE> > . > You are receiving this because you modified the open/close state.Message > ID: ***@***.***> >
Author
Owner

@vpnry commented on GitHub (Oct 27, 2024):

@vpnry @dhiltgen So, the process is:

  1. git clone --depth 1 https://github.com/ollama/ollama.git
  2. cd ollama
  3. go generate ./...
  4. delete the two lines of code, as per above and write.
  5. go build .
  6. ./ollama serve &
  7. and prosper!

Is that the go?

the process is:

  1. git clone --depth 1 https://github.com/ollama/ollama.git

  2. cd ollama

  3. delete the mentioned string only (not the entire line) in 2 lines, aka -D__ARM_FEATURE_MATMUL_INT8

  4. go generate ./...

  5. go build .

  6. ./ollama serve &

Bonus
8. ./ollama run llama3.2:1b --verbose
9. Let the ollama server running in the background and use this font-end GUI app https://github.com/JHubi1/ollama-app

<!-- gh-comment-id:2439891479 --> @vpnry commented on GitHub (Oct 27, 2024): > @vpnry @dhiltgen So, the process is: > > 1. git clone --depth 1 https://github.com/ollama/ollama.git > 2. cd ollama > 3. go generate ./... > 4. delete the two lines of code, as per above and write. > 5. go build . > 6. ./ollama serve & > 7. and prosper! > > Is that the go? the process is: 1. git clone --depth 1 https://github.com/ollama/ollama.git 2. cd ollama 3. delete the mentioned string only (not the entire line) in 2 lines, aka -D__ARM_FEATURE_MATMUL_INT8 4. go generate ./... 5. go build . 6. ./ollama serve & Bonus 8. ./ollama run llama3.2:1b --verbose 9. Let the ollama server running in the background and use this font-end GUI app https://github.com/JHubi1/ollama-app
Author
Owner

@Costin10 commented on GitHub (Jan 30, 2025):

I have the same error on 0.5.7 but there’s no -D__ARM_FEATURE_MATMUL_INT8 line in llama.go.

<!-- gh-comment-id:2625002706 --> @Costin10 commented on GitHub (Jan 30, 2025): I have the same error on 0.5.7 but there’s no -D__ARM_FEATURE_MATMUL_INT8 line in llama.go.
Author
Owner

@fxmbsw7 commented on GitHub (Jan 30, 2025):

try adding on that line -march=armv8.7-a

or lower version
or higher
depending on ur cpu
.. i dont have a list of possible values

On Thu, Jan 30, 2025, 5:39 PM Costin @.***> wrote:

I have the same error on 0.5.7 but there’s no -D__ARM_FEATURE_MATMUL_INT8
line in llama.go.


Reply to this email directly, view it on GitHub
https://github.com/ollama/ollama/issues/7292#issuecomment-2625002706,
or unsubscribe
https://github.com/notifications/unsubscribe-auth/AJMLP3JZIYORJG6XMKPULET2NJIT5AVCNFSM6AAAAABQJ2CDW2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDMMRVGAYDENZQGY
.
You are receiving this because you modified the open/close state.Message
ID: @.***>

<!-- gh-comment-id:2625330550 --> @fxmbsw7 commented on GitHub (Jan 30, 2025): try adding on that line -march=armv8.7-a or lower version or higher depending on ur cpu .. i dont have a list of possible values On Thu, Jan 30, 2025, 5:39 PM Costin ***@***.***> wrote: > I have the same error on 0.5.7 but there’s no -D__ARM_FEATURE_MATMUL_INT8 > line in llama.go. > > — > Reply to this email directly, view it on GitHub > <https://github.com/ollama/ollama/issues/7292#issuecomment-2625002706>, > or unsubscribe > <https://github.com/notifications/unsubscribe-auth/AJMLP3JZIYORJG6XMKPULET2NJIT5AVCNFSM6AAAAABQJ2CDW2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDMMRVGAYDENZQGY> > . > You are receiving this because you modified the open/close state.Message > ID: ***@***.***> >
Author
Owner

@Costin10 commented on GitHub (Jan 30, 2025):

Still doesn’t work.

try adding on that line -march=armv8.7-a

or lower version
or higher
depending on ur cpu
.. i dont have a list of possible values

<!-- gh-comment-id:2625632077 --> @Costin10 commented on GitHub (Jan 30, 2025): Still doesn’t work. > try adding on that line -march=armv8.7-a > > or lower version > or higher > depending on ur cpu > .. i dont have a list of possible values > […](#)
Author
Owner

@Costin10 commented on GitHub (Jan 30, 2025):

Fixed.

<!-- gh-comment-id:2625724064 --> @Costin10 commented on GitHub (Jan 30, 2025): Fixed.
Author
Owner

@fxmbsw7 commented on GitHub (Jan 31, 2025):

what was the error and howd u fixed it ..

On Thu, Jan 30, 2025, 11:25 PM Costin @.***> wrote:

Fixed.


Reply to this email directly, view it on GitHub
https://github.com/ollama/ollama/issues/7292#issuecomment-2625724064,
or unsubscribe
https://github.com/notifications/unsubscribe-auth/AJMLP3PT3AS6ZB45V52SMTT2NKRE5AVCNFSM6AAAAABQJ2CDW2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDMMRVG4ZDIMBWGQ
.
You are receiving this because you modified the open/close state.Message
ID: @.***>

<!-- gh-comment-id:2627037591 --> @fxmbsw7 commented on GitHub (Jan 31, 2025): what was the error and howd u fixed it .. On Thu, Jan 30, 2025, 11:25 PM Costin ***@***.***> wrote: > Fixed. > > — > Reply to this email directly, view it on GitHub > <https://github.com/ollama/ollama/issues/7292#issuecomment-2625724064>, > or unsubscribe > <https://github.com/notifications/unsubscribe-auth/AJMLP3PT3AS6ZB45V52SMTT2NKRE5AVCNFSM6AAAAABQJ2CDW2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDMMRVG4ZDIMBWGQ> > . > You are receiving this because you modified the open/close state.Message > ID: ***@***.***> >
Author
Owner

@Costin10 commented on GitHub (Jan 31, 2025):

I had the same error as you. “gpu_info_cudart.c:61:13: warning: comparison of different enumeration types ('cudartReturn_t' (aka 'enum cudartReturn_enum') and 'enum cudaError_enum') [-Wenum-compare]”

You just ignore it and wait a bit longer to load, that worked for me.

what was the error and howd u fixed it ..

<!-- gh-comment-id:2627543155 --> @Costin10 commented on GitHub (Jan 31, 2025): I had the same error as you. “gpu_info_cudart.c:61:13: warning: comparison of different enumeration types ('cudartReturn_t' (aka 'enum cudartReturn_enum') and 'enum cudaError_enum') [-Wenum-compare]” You just ignore it and wait a bit longer to load, that worked for me. > what was the error and howd u fixed it .. > […](#)
Author
Owner

@fxmbsw7 commented on GitHub (Jan 31, 2025):

its no error , its a warning ..

On Fri, Jan 31, 2025, 3:55 PM Costin @.***> wrote:

I had the same error as you. “gpu_info_cudart.c:61:13: warning: comparison
of different enumeration types ('cudartReturn_t' (aka 'enum
cudartReturn_enum') and 'enum cudaError_enum') [-Wenum-compare]”

You just ignore it and wait a bit longer to load, that worked for me.


Reply to this email directly, view it on GitHub
https://github.com/ollama/ollama/issues/7292#issuecomment-2627543155,
or unsubscribe
https://github.com/notifications/unsubscribe-auth/AJMLP3OO32LELSQZE7OTDYD2NOFERAVCNFSM6AAAAABQJ2CDW2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDMMRXGU2DGMJVGU
.
You are receiving this because you modified the open/close state.Message
ID: @.***>

<!-- gh-comment-id:2627738999 --> @fxmbsw7 commented on GitHub (Jan 31, 2025): its no error , its a warning .. On Fri, Jan 31, 2025, 3:55 PM Costin ***@***.***> wrote: > I had the same error as you. “gpu_info_cudart.c:61:13: warning: comparison > of different enumeration types ('cudartReturn_t' (aka 'enum > cudartReturn_enum') and 'enum cudaError_enum') [-Wenum-compare]” > > You just ignore it and wait a bit longer to load, that worked for me. > > — > Reply to this email directly, view it on GitHub > <https://github.com/ollama/ollama/issues/7292#issuecomment-2627543155>, > or unsubscribe > <https://github.com/notifications/unsubscribe-auth/AJMLP3OO32LELSQZE7OTDYD2NOFERAVCNFSM6AAAAABQJ2CDW2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDMMRXGU2DGMJVGU> > . > You are receiving this because you modified the open/close state.Message > ID: ***@***.***> >
Author
Owner

@asaadzx commented on GitHub (Feb 4, 2025):

@fxmbsw7 am sorry do you mean in import add -march=armv8.7-a I just see an import and space in line 37-38 can you please explain what I need to modify in the file llama.go

<!-- gh-comment-id:2633701430 --> @asaadzx commented on GitHub (Feb 4, 2025): @fxmbsw7 am sorry do you mean in import add -march=armv8.7-a I just see an import and space in line 37-38 can you please explain what I need to modify in the file llama.go
Author
Owner

@fxmbsw7 commented on GitHub (Feb 4, 2025):

it seems they changed source much
i digg in ..

On Tue, Feb 4, 2025, 1:03 PM asaadzx @.***> wrote:

@fxmbsw7 https://github.com/fxmbsw7 am sorry do you mean in import add
-march=armv8.7-a


Reply to this email directly, view it on GitHub
https://github.com/ollama/ollama/issues/7292#issuecomment-2633701430,
or unsubscribe
https://github.com/notifications/unsubscribe-auth/AJMLP3LYCHA4PFCP74J6HG32OCT75AVCNFSM6AAAAABQJ2CDW2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDMMZTG4YDCNBTGA
.
You are receiving this because you were mentioned.Message ID:
@.***>

<!-- gh-comment-id:2634282300 --> @fxmbsw7 commented on GitHub (Feb 4, 2025): it seems they changed source much i digg in .. On Tue, Feb 4, 2025, 1:03 PM asaadzx ***@***.***> wrote: > @fxmbsw7 <https://github.com/fxmbsw7> am sorry do you mean in import add > -march=armv8.7-a > > — > Reply to this email directly, view it on GitHub > <https://github.com/ollama/ollama/issues/7292#issuecomment-2633701430>, > or unsubscribe > <https://github.com/notifications/unsubscribe-auth/AJMLP3LYCHA4PFCP74J6HG32OCT75AVCNFSM6AAAAABQJ2CDW2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDMMZTG4YDCNBTGA> > . > You are receiving this because you were mentioned.Message ID: > ***@***.***> >
Author
Owner

@fxmbsw7 commented on GitHub (Feb 4, 2025):

try

C_FLAGS=-march=armv8.7-a go build .
same with GF_C_FLAGS if first fails

On Tue, Feb 4, 2025, 4:16 PM microsuxx @.***> wrote:

it seems they changed source much
i digg in ..

On Tue, Feb 4, 2025, 1:03 PM asaadzx @.***> wrote:

@fxmbsw7 https://github.com/fxmbsw7 am sorry do you mean in import add
-march=armv8.7-a


Reply to this email directly, view it on GitHub
https://github.com/ollama/ollama/issues/7292#issuecomment-2633701430,
or unsubscribe
https://github.com/notifications/unsubscribe-auth/AJMLP3LYCHA4PFCP74J6HG32OCT75AVCNFSM6AAAAABQJ2CDW2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDMMZTG4YDCNBTGA
.
You are receiving this because you were mentioned.Message ID:
@.***>

<!-- gh-comment-id:2634294395 --> @fxmbsw7 commented on GitHub (Feb 4, 2025): try C_FLAGS=-march=armv8.7-a go build . same with GF_C_FLAGS if first fails On Tue, Feb 4, 2025, 4:16 PM microsuxx ***@***.***> wrote: > it seems they changed source much > i digg in .. > > On Tue, Feb 4, 2025, 1:03 PM asaadzx ***@***.***> wrote: > >> @fxmbsw7 <https://github.com/fxmbsw7> am sorry do you mean in import add >> -march=armv8.7-a >> >> — >> Reply to this email directly, view it on GitHub >> <https://github.com/ollama/ollama/issues/7292#issuecomment-2633701430>, >> or unsubscribe >> <https://github.com/notifications/unsubscribe-auth/AJMLP3LYCHA4PFCP74J6HG32OCT75AVCNFSM6AAAAABQJ2CDW2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDMMZTG4YDCNBTGA> >> . >> You are receiving this because you were mentioned.Message ID: >> ***@***.***> >> >
Author
Owner

@fxmbsw7 commented on GitHub (Feb 4, 2025):

and maybe fetch git from new

On Tue, Feb 4, 2025, 4:20 PM microsuxx @.***> wrote:

try

C_FLAGS=-march=armv8.7-a go build .
same with GF_C_FLAGS if first fails

On Tue, Feb 4, 2025, 4:16 PM microsuxx @.***> wrote:

it seems they changed source much
i digg in ..

On Tue, Feb 4, 2025, 1:03 PM asaadzx @.***> wrote:

@fxmbsw7 https://github.com/fxmbsw7 am sorry do you mean in import
add -march=armv8.7-a


Reply to this email directly, view it on GitHub
https://github.com/ollama/ollama/issues/7292#issuecomment-2633701430,
or unsubscribe
https://github.com/notifications/unsubscribe-auth/AJMLP3LYCHA4PFCP74J6HG32OCT75AVCNFSM6AAAAABQJ2CDW2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDMMZTG4YDCNBTGA
.
You are receiving this because you were mentioned.Message ID:
@.***>

<!-- gh-comment-id:2634337642 --> @fxmbsw7 commented on GitHub (Feb 4, 2025): and maybe fetch git from new On Tue, Feb 4, 2025, 4:20 PM microsuxx ***@***.***> wrote: > try > > C_FLAGS=-march=armv8.7-a go build . > same with GF_C_FLAGS if first fails > > On Tue, Feb 4, 2025, 4:16 PM microsuxx ***@***.***> wrote: > >> it seems they changed source much >> i digg in .. >> >> On Tue, Feb 4, 2025, 1:03 PM asaadzx ***@***.***> wrote: >> >>> @fxmbsw7 <https://github.com/fxmbsw7> am sorry do you mean in import >>> add -march=armv8.7-a >>> >>> — >>> Reply to this email directly, view it on GitHub >>> <https://github.com/ollama/ollama/issues/7292#issuecomment-2633701430>, >>> or unsubscribe >>> <https://github.com/notifications/unsubscribe-auth/AJMLP3LYCHA4PFCP74J6HG32OCT75AVCNFSM6AAAAABQJ2CDW2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDMMZTG4YDCNBTGA> >>> . >>> You are receiving this because you were mentioned.Message ID: >>> ***@***.***> >>> >>
Author
Owner

@asaadzx commented on GitHub (Feb 4, 2025):

Am sorry but How can I do that ?
@fxmbsw7

<!-- gh-comment-id:2634363455 --> @asaadzx commented on GitHub (Feb 4, 2025): Am sorry but How can I do that ? @fxmbsw7
Author
Owner

@fxmbsw7 commented on GitHub (Feb 4, 2025):

cd
rm -rf ollama1
git clone https://github.com/ollama/ollama ollama1
cd ollama1
C_FLAGS=-march=armv8.7-a go build .
ls -l ollama

On Tue, Feb 4, 2025, 4:46 PM asaadzx @.***> wrote:

Am sorry but How can I do that ?
@fxmbsw7 https://github.com/fxmbsw7


Reply to this email directly, view it on GitHub
https://github.com/ollama/ollama/issues/7292#issuecomment-2634363455,
or unsubscribe
https://github.com/notifications/unsubscribe-auth/AJMLP3KMQNRR2CDNPMGKG2T2ODOD7AVCNFSM6AAAAABQJ2CDW2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDMMZUGM3DGNBVGU
.
You are receiving this because you were mentioned.Message ID:
@.***>

<!-- gh-comment-id:2634459548 --> @fxmbsw7 commented on GitHub (Feb 4, 2025): cd rm -rf ollama1 git clone https://github.com/ollama/ollama ollama1 cd ollama1 C_FLAGS=-march=armv8.7-a go build . ls -l ollama On Tue, Feb 4, 2025, 4:46 PM asaadzx ***@***.***> wrote: > Am sorry but How can I do that ? > @fxmbsw7 <https://github.com/fxmbsw7> > > — > Reply to this email directly, view it on GitHub > <https://github.com/ollama/ollama/issues/7292#issuecomment-2634363455>, > or unsubscribe > <https://github.com/notifications/unsubscribe-auth/AJMLP3KMQNRR2CDNPMGKG2T2ODOD7AVCNFSM6AAAAABQJ2CDW2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDMMZUGM3DGNBVGU> > . > You are receiving this because you were mentioned.Message ID: > ***@***.***> >
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#66692