Advertisement
Guest User

Termux Ollama

a guest
Apr 16th, 2024
28
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.70 KB | Source Code | 0 0
  1. # github.com/ollama/ollama/gpu
  2. gpu_info_cudart.c:131:51: warning: format specifies type 'unsigned long' but the argument has type 'size_t' (aka 'unsigned int') [-Wformat]
  3. ./gpu_info.h:33:23: note: expanded from macro 'LOG'
  4. gpu_info_cudart.c:132:50: warning: format specifies type 'unsigned long' but the argument has type 'size_t' (aka 'unsigned int') [-Wformat]
  5. ./gpu_info.h:33:23: note: expanded from macro 'LOG'
  6. # github.com/ollama/ollama/gpu
  7. gpu_info_nvml.c:158:51: warning: format specifies type 'long' but the argument has type 'unsigned long long' [-Wformat]
  8. ./gpu_info.h:33:23: note: expanded from macro 'LOG'
  9. gpu_info_nvml.c:159:50: warning: format specifies type 'long' but the argument has type 'unsigned long long' [-Wformat]
  10. ./gpu_info.h:33:23: note: expanded from macro 'LOG'
  11. # github.com/ollama/ollama
  12. /data/data/com.termux/files/usr/lib/go/pkg/tool/android_arm/link: running arm-linux-androideabi-clang failed: exit status 1
  13. ld.lld: error: undefined symbol: llama_model_quantize
  14. >>> referenced by cgo-gcc-prolog:68
  15. >>> /data/data/com.termux/files/usr/tmp/go-link-2008713463/000019.o:(_cgo_83fb282feec7_Cfunc_llama_model_quantize)
  16.  
  17. ld.lld: error: undefined symbol: llama_model_quantize_default_params
  18. >>> referenced by cgo-gcc-prolog:85
  19. >>> /data/data/com.termux/files/usr/tmp/go-link-2008713463/000019.o:(_cgo_83fb282feec7_Cfunc_llama_model_quantize_default_params)
  20.  
  21. ld.lld: error: undefined symbol: llama_print_system_info
  22. >>> referenced by cgo-gcc-prolog:102
  23. >>> /data/data/com.termux/files/usr/tmp/go-link-2008713463/000019.o:(_cgo_83fb282feec7_Cfunc_llama_print_system_info)
  24. clang: error: linker command failed with exit code 1 (use -v to see invocation)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement