Scott Mundorff

Results 11 comments of Scott Mundorff

I've added magnet link handling to my fork (https://github.com/descention/Sick-Beard/commit/885e287d68620ad920e874b40a32cffcea13d4f8) Magnet links can not be sent to a black hole, so an appropriate handler must be added. I added uTorrent for...

I also have a Vega 56. Mine is not throwing an error, just hanging on/after `llm_load_tensors`. `Linux asuran-mkvi 6.6.29 #1-NixOS SMP PREEMPT_DYNAMIC Sat Apr 27 15:11:44 UTC 2024 x86_64 GNU/Linux`...

I pulled llama.cpp and am getting the same result, so I think it's not on Ollama for my issue. ``` > nix run github:ggerganov/llama.cpp#rocm -- -m Meta-Llama-3-8B-Instruct-Q6_K.gguf -p "You are...

@quwassar , What are your results if you `export HSA_ENABLE_SDMA=0`? See https://github.com/ROCm/ROCm/issues/2781#issuecomment-1974938958

Try changing your `builder.AddOllamaTextGeneration` to `builder.AddOllamaChatCompletion`. I had the same error the first time I tried.

The output of the LLM isn't including the full json response as defined in [the prompt](https://github.com/gregpr07/browser-use/blob/7d7659cfa6d4a2d415c80eab20d4f302eddb1ca5/browser_use/agent/prompts.py#L23C1-L38C5). If you want to debug it, check what your LLM response looks like and...

> I have tried using locally hosted models to get it to work, but I keep getting the error *'NoneType' object has no attribute 'action'*. > > Is there a...

I am stuck on what is supposed to happen after a zip gets downloaded and extracted. The game didn't have any of its execution content filled in and the setup.exe...

> anyone considering adding NZB/usenet support ? upload a nzb or point to a nzb url? Probably a good idea for the [feedback site](https://feedback.hydralauncher.gg/en). It's off topic for this PR.

> @descention Do you still have any questions regarding this PR that I can help with before testing? It needs a review. I'm not currently using this branch so while...