phly95

Results 47 comments of phly95

Can't you just download a 64 bit windows and install it on your current machine? 32 bit licenses work for 64 bit versions as well as long as you have...

OK, that's good you are focusing on accuracy. The most important part is that the game runs without major bugs. I do hope you use your experience with the accurate...

Yeah, I would say focus on accuracy for now and once you get everything down, then focus on IR.

The problem with xdotool is that it's platform specific. If you are sharing a script across a team with mixed OSs, then it would be nice to have a cross...

I'm describing being able to automatically navigate to the address bar when it is not selected, then type in text into the address bar.

Neat! I think that might have been what I was looking for. I'll give it a try once I have the chance. Autohotkey was one of the last things I...

When you say: "Commenting this section of the code out solved the frozen cursor in absolute mode, but did not inject absolute input from the touchpad." is there a change...

``` 2024/08/13 09:25:42 routes.go:1123: INFO server config env="map[CUDA_VISIBLE_DEVICES: GPU_DEVICE_ORDINAL: HIP_VISIBLE_DEVICES: HSA_OVERRIDE_GFX_VERSION: OLLAMA_DEBUG:false OLLAMA_FLASH_ATTENTION:false OLLAMA_HOST:http://127.0.0.1:11434 OLLAMA_INTEL_GPU:false OLLAMA_KEEP_ALIVE:5m0s OLLAMA_LLM_LIBRARY: OLLAMA_MAX_LOADED_MODELS:0 OLLAMA_MAX_QUEUE:512 OLLAMA_MODELS:C:\\Users\\Philip\\.ollama\\models OLLAMA_NOHISTORY:false OLLAMA_NOPRUNE:false OLLAMA_NUM_PARALLEL:0 OLLAMA_ORIGINS:[http://localhost https://localhost http://localhost:* https://localhost:* http://127.0.0.1 https://127.0.0.1 http://127.0.0.1:*...

In case it helps, here's the llama.cpp output: ``` \llama-b3542-bin-win-cuda-cu12.2.0-x64> .\llama-cli -m gemma-2-2b-it-Q4_K_M.gguf --threads 16 -ngl 27 --mlock --port 11484 --top_k 40 --repeat_penalty 1.1 --min_p 0.05 --top_p 0.95 --prompt-cache-all -cb...

One thing I noticed (with the help of an llm) is that llama.cpp shows fma = 1 while ollama shows it as 0.