sunarowicz

Results 23 comments of sunarowicz

When I start server with AMD_LOG_LEVEL=3 and OLLAMA_DEBUG=1 I get the following additional info: ``` time=2025-05-02T16:24:57.999+02:00 level=INFO source=runner.go:853 msg="starting go runner" time=2025-05-02T16:24:58.000+02:00 level=DEBUG source=ggml.go:99 msg="ggml backend load all from path"...

> Not sure about iGPU but try with these: > > HIP_VISIBLE_DEVICES=1 HSA_OVERRIDE_GFX_VERSION=11.0.0 HCC_AMDGPU_TARGET=gfx1100 ROCR_VISIBLE_DEVICES=1 > > Actually if you only have the Integrated GPU you shouldn't need any variable...

I see now, the meaning of `--model-path` is different than I thought. My bad, sorry. I have been using `--model-path` because I found `--model_cache_dir` not working as described in docs/default_and_custom_models.md....