ftoppi

Results 16 comments of ftoppi

Hello, assuming you have a working Traefik instance, this is how to expose MISP web container on `misp.foobar.com`: ``` services: web: # comment or remove the ports section # ports:...

Hello @acouvreur , did you try with containous/whoami or nginx (with hardcoded return 200) as a WAF backend? How does go handle connections towards the WAF? Does it reuse them...

Unfortunately I don't know golang at all 😅 I just saw many syn/fin between traefik and the waf container. I found this article stating the response body should be read...

Hello, I hit the same issue with Windows Server 2012 R2 cmd prompt and powershell terminal. It makes it difficult to impossible to generate certificates using any authentiction method. In...

@maraino in Windows 2012 R2, neither the flags nor changing encoding to UTF-8 (`chcp 65001`). I just reported it for awareness, the OS is "soon" out of extended support, I...

hello, here's a PR with for Docker https://github.com/developersdigest/llm-answer-engine/pull/15

Feel free to reject the PR, I just made a suggestion that was fitting in my opinion.

> Unfortunately the ROCm library does not yet support your GPU (gfx1032) and the override mechanism is only possible on linux (see #3107) > Hi @dhiltgen , I'm trying to...

Hello, RX 6700 XT here and facing the same issue. ``` time=2024-03-15T15:31:52.043+01:00 level=INFO source=images.go:806 msg="total blobs: 12" time=2024-03-15T15:31:52.044+01:00 level=INFO source=images.go:813 msg="total unused blobs removed: 0" time=2024-03-15T15:31:52.045+01:00 level=INFO source=routes.go:1110 msg="Listening on...

Hello, No quotes in the GUI: ![image](https://github.com/ollama/ollama/assets/4704016/eec72557-4001-4d20-afc9-4515d5f0b997) ![image](https://github.com/ollama/ollama/assets/4704016/14f0b709-baed-40c2-b4cb-fd69348b70ac) No quotes when checking with set: ![image](https://github.com/ollama/ollama/assets/4704016/2dd39080-137e-4c71-a4a2-83b7a6f9adf3) Logs when trying to load mistral: ``` C:\Users\myuser>set | findstr HSA HSA_OVERRIDE_GFX_VERSION=10.3.0 C:\Users\myuser>set | findstr...