ollama/gpu
Daniel Hiltgen 058f6cd2cc Move nested payloads to installer and zip file on windows
Now that the llm runner is an executable and not just a dll, more users are facing
problems with security policy configurations on windows that prevent users
writing to directories and then executing binaries from the same location.
This change removes payloads from the main executable on windows and shifts them
over to be packaged in the installer and discovered based on the executables location.
This also adds a new zip file for people who want to "roll their own" installation model.
2024-04-23 16:14:47 -07:00
..
amd_common.go Request and model concurrency 2024-04-22 19:29:12 -07:00
amd_hip_windows.go Request and model concurrency 2024-04-22 19:29:12 -07:00
amd_linux.go Request and model concurrency 2024-04-22 19:29:12 -07:00
amd_windows.go Request and model concurrency 2024-04-22 19:29:12 -07:00
assets.go Move nested payloads to installer and zip file on windows 2024-04-23 16:14:47 -07:00
cpu_common.go Mechanical switch from log to slog 2024-01-18 14:12:57 -08:00
cuda_common.go Request and model concurrency 2024-04-22 19:29:12 -07:00
gpu.go Request and model concurrency 2024-04-22 19:29:12 -07:00
gpu_darwin.go Request and model concurrency 2024-04-22 19:29:12 -07:00
gpu_info.h Request and model concurrency 2024-04-22 19:29:12 -07:00
gpu_info_cpu.c Request and model concurrency 2024-04-22 19:29:12 -07:00
gpu_info_cudart.c Request and model concurrency 2024-04-22 19:29:12 -07:00
gpu_info_cudart.h Request and model concurrency 2024-04-22 19:29:12 -07:00
gpu_info_darwin.h darwin: no partial offloading if required memory greater than system 2024-04-16 11:22:38 -07:00
gpu_info_darwin.m darwin: no partial offloading if required memory greater than system 2024-04-16 11:22:38 -07:00
gpu_test.go Request and model concurrency 2024-04-22 19:29:12 -07:00
types.go Request and model concurrency 2024-04-22 19:29:12 -07:00