ollama/discover
Jeffrey Morgan f05774b04c
llm: do not evaluate symlink for exe path lookup (#9088)
In some cases, the directories in the executable path read by
filepath.EvalSymlinks are not accessible, resulting in permission
errors which results in an error when running models. It also
doesn't work well on long paths on windows, also resulting in
errors. This change removes filepath.EvalSymlinks when accessing
os.Executable() altogether
2025-02-13 22:13:00 -08:00
..
amd_common.go next build (#8539) 2025-01-29 15:03:38 -08:00
amd_hip_windows.go Better support for AMD multi-GPU on linux (#7212) 2024-10-26 14:04:14 -07:00
amd_linux.go next build (#8539) 2025-01-29 15:03:38 -08:00
amd_windows.go next build (#8539) 2025-01-29 15:03:38 -08:00
cpu_common.go build: Make target improvements (#7499) 2024-12-10 09:47:19 -08:00
cuda_common.go Rename gpu package discover (#7143) 2024-10-16 17:45:00 -07:00
gpu.go Revert "cgo: use O3" 2025-01-31 10:25:39 -08:00
gpu_darwin.go Revert "cgo: use O3" 2025-01-31 10:25:39 -08:00
gpu_info.h Rename gpu package discover (#7143) 2024-10-16 17:45:00 -07:00
gpu_info_cudart.c Rename gpu package discover (#7143) 2024-10-16 17:45:00 -07:00
gpu_info_cudart.h Rename gpu package discover (#7143) 2024-10-16 17:45:00 -07:00
gpu_info_darwin.h Rename gpu package discover (#7143) 2024-10-16 17:45:00 -07:00
gpu_info_darwin.m Rename gpu package discover (#7143) 2024-10-16 17:45:00 -07:00
gpu_info_nvcuda.c Debug logging for nvcuda init (#7532) 2024-11-07 14:25:53 -08:00
gpu_info_nvcuda.h Rename gpu package discover (#7143) 2024-10-16 17:45:00 -07:00
gpu_info_nvml.c nvidia libs have inconsistent ordering (#7473) 2024-11-02 16:35:41 -07:00
gpu_info_nvml.h nvidia libs have inconsistent ordering (#7473) 2024-11-02 16:35:41 -07:00
gpu_info_oneapi.c Rename gpu package discover (#7143) 2024-10-16 17:45:00 -07:00
gpu_info_oneapi.h Rename gpu package discover (#7143) 2024-10-16 17:45:00 -07:00
gpu_linux.go Refine default thread selection for NUMA systems (#7322) 2024-10-30 15:05:45 -07:00
gpu_linux_test.go Refine default thread selection for NUMA systems (#7322) 2024-10-30 15:05:45 -07:00
gpu_oneapi.go Rename gpu package discover (#7143) 2024-10-16 17:45:00 -07:00
gpu_test.go Rename gpu package discover (#7143) 2024-10-16 17:45:00 -07:00
gpu_windows.go all: fix typos in documentation, code, and comments (#7021) 2024-12-10 12:58:06 -08:00
gpu_windows_test.go Rename gpu package discover (#7143) 2024-10-16 17:45:00 -07:00
path.go llm: do not evaluate symlink for exe path lookup (#9088) 2025-02-13 22:13:00 -08:00
types.go next build (#8539) 2025-01-29 15:03:38 -08:00