Hamza Yeşilmen

Results 19 comments of Hamza Yeşilmen

Fan config cannot be disabled once used. whatever the last set fan speed was, it stays constant until the critical point.

[Disable Dynamic Resolution.zip](https://github.com/theboy181/switch-ptchtxt-mods/files/14469067/Disable.Dynamic.Resolution.zip) I found it too :D

it should be in its own folder. :D

> -t N, --threads N number of threads to use during generation (default: 32) Add parameters: -t example: main.exe -m D:\llama2\Llama-2-13b-4bit\ggml-model-q4_0.gguf --prompt "what is the weather today" -t 50 ![image](https://github.com/ggerganov/llama.cpp/assets/78810304/a0043c3a-065a-4e30-a61e-4a2fafd895f4)...

When I test with the GPU, there is a 30% speed difference between running from Python and running from Terminal. Why is this problem happening?

Total requests: 500 Total duration: 3.17 seconds Average duration per call: 3.1651 seconds Success rate: 100.00% done Same test with FireStore

50 Requests (asyncio.to_thread): output: Successful requests: 50 out of 50 Elapsed time: 4.01 seconds If you want synchronous this is currently the solution: ```python # Non-async version to use with...

Or Supabase extremly slow on free tier. IDK

> maybe they use a throttling process for the free tier If this is the case, the problem should not be solved when I use threads as I did in...