Adam

Results 24 comments of Adam

Thank you for that explanation. I tried something such as that within threebox-plugin using this code: ` var sphere = tb.sphere({color: 'red', material: material, radius:10}) .setCoords([lon, lat, 0]) sphere.addEventListener('SelectedChange', onSelectedChange,...

In python I am having trouble with line 100:`SNlM0e = re.search(r"SNlM0e\":\"(.*?)\"", resp.text).group(1)` I think maybe the SNlM0e isn't there anymore?

Has there been any progress on this issue? Thanks!

Has there been a fix for this? The not returning 404 for missing terrain tiles is the only thing preventing me from using this library.

The problem for that approach is for terrain transparent tiles are interpreted as no-data and snapped to 0 or a no data value in mapbox/mapblibre. Are there places in the...

I am having the same issue. I run with Ubuntu server 22.04, 2 Nvidia Tesla p40s. I run llama.cpp on the GPUs no problem. Ollama detected Nvidia GPU during installation...

my systemctl log logs suspect: Feb 27 13:21:19 llmsrv ollama[285412]: time=2024-02-27T13:21:19.370Z level=INFO source=routes.go:1019 msg="Listening on 127.0.0.1:11434 (version 0.1.27)" Feb 27 13:21:19 llmsrv ollama[285412]: time=2024-02-27T13:21:19.371Z level=INFO source=payload_common.go:107 msg="Extracting dynamic libraries..." Feb...

using Phi 2.7b still maxing CPU not using GPU.

@dhiltgen Ahhhh I see now. Yes Proxmox was not enabling AVX! Thank you.