Recent posts
#3
Das Nitro V16 kommt mit Ryzen 7, GeForce RTX 5070, 16 GB RAM (erweiterbar), einer 1-TB-SSD, zwei SSD-Slots, USB 4, Power Delivery, einer beleuchteten Tastatur, Gigabit-Ethernet und einem matten 16-Zoll-Bildschirm (1.920 x 1.200 Pixel 16:10, IPS, 180 Hz, sRGB).https://www.notebookcheck.com/GeForce-RTX-5070-1-TB-SSD-Ryzen-7-Acer-Gaming-Notebook-im-Angebot.1403481.0.html
#4
Last post by n. - Today at 15:09:09
nothing unusual here, lenovo had a twisting display, around 2012 (?), one of the sub-notebooks, 12 inch, X201? Very good keyboard it was, in comparison with current (...)
#5
Last post by Hammad - Today at 14:45:17
Why there is no dual type C ports!
Also the controller is lacking of extra back buttons!
And dose it have system level on screen mapping?
Ibwas exited about it but lacking of above will makes me skip it
#8
Das EliteBook 6 kommt mit Snapdragon X Plus, 32 GB RAM, einer 1-TB-SSD, einer beleuchteten Tastatur, USB 4, Power Delivery, WiFi 7, Gigabit-Ethernet, einem 5G-Modem und einem 14-Zoll-Bildschirm (1.920 x 1.200 Pixel, IPS, 16:10).https://www.notebookcheck.com/32-GB-RAM-1-TB-SSD-Snapdragon-X-5G-HP-Office-Notebook-im-Angebot.1403478.0.html
#10
Last post by AI beginners guide - Today at 13:07:10
I did some testing and these are the speeds I get when not offloading any layers to my 4070 GPU:
-ngl 0 --lazy-mode on: 6.6 t/s
-ngl 0 --lazy-mode off: 6.9 t/s
And without -ngl 0:
lazy-mode on: 19.4 t/s
lazy-mode off: 20.5 t/s
Launching llama.cpp with -ngl 6 (as much as would fit into 12 GB VRAM), I get only about 8.0 t/s with --lazy-mode on/off, so one gets about 20 t/s when not using -ngl at all and let llama.cpp handle the offloading of those layers, that give the highest performance increase, automatically.
If you are deciding between a RTX 4070 (12 GB VRAM at 504 GB/s) and a RTX 5060 Ti (16 GB VRAM at 448 GB/s), then I'd recommend the 5060 Ti 16GB, as its additional 4 GB will go a long way and you won't be as memory constrained.
Of course, AMD GPUs also exist: RX 9060 XT 16 GB VRAM at 322 GB/s would be kinda the equivalent, but they don't use GDDR7, and as you see, they bandwidth is slower, so the 5060 Ti will have a 448 GB/s / 322 GB/s -> 39% faster token generation (output) speed than the 9060 XT. In prompt processing (input), which is based on compute performance, based on 3dmark.com/search scores, they are about equal (tho, since the 5060 Ti will use CUDA, it might still be 10-15% faster (in llama.cpp, CUDA is usually 20% faster vs a vulkan build, at least based on my NV GPU testing)).