ollama/gpu
Daniel Hiltgen 987c16b2f7 Report more information about GPUs in verbose mode
This adds additional calls to both CUDA and ROCm management libraries to
discover additional attributes about the GPU(s) detected in the system, and
wires up runtime verbosity selection.  When users hit problems with GPUs we can
ask them to run with `OLLAMA_DEBUG=1 ollama serve` and share the results.
2024-01-23 11:37:02 -08:00
..
cpu_common.go Mechanical switch from log to slog 2024-01-18 14:12:57 -08:00
gpu.go Report more information about GPUs in verbose mode 2024-01-23 11:37:02 -08:00
gpu_darwin.go Fix up the CPU fallback selection 2024-01-11 15:27:06 -08:00
gpu_info.h Report more information about GPUs in verbose mode 2024-01-23 11:37:02 -08:00
gpu_info_cpu.c calculate overhead based number of gpu devices (#1875) 2024-01-09 15:53:33 -05:00
gpu_info_cuda.c Report more information about GPUs in verbose mode 2024-01-23 11:37:02 -08:00
gpu_info_cuda.h Report more information about GPUs in verbose mode 2024-01-23 11:37:02 -08:00
gpu_info_rocm.c Report more information about GPUs in verbose mode 2024-01-23 11:37:02 -08:00
gpu_info_rocm.h Report more information about GPUs in verbose mode 2024-01-23 11:37:02 -08:00
gpu_test.go Merge pull request #1819 from dhiltgen/multi_variant 2024-01-11 14:00:48 -08:00
types.go Support multiple variants for a given llm lib type 2024-01-10 17:27:51 -08:00