Audalin

joined 2 years ago
[–] Audalin 36 points 6 months ago (3 children)

The temperature here was very interesting for a second or two until I remembered some people use °F.

[–] Audalin 15 points 6 months ago (1 children)

xkcd.com is best viewed with Netscape Navigator 4.0 or below on a Pentium 3±1 emulated in Javascript on an Apple IIGS at a screen resolution of 1024x1. Please enable your ad blockers, disable high-heat drying, and remove your device from Airplane Mode and set it to Boat Mode. For security reasons, please leave caps lock on while browsing.

[–] Audalin 47 points 6 months ago (13 children)

CVEs are constantly found in complex software, that's why security updates are important. If not these, it'd have been other ones a couple of weeks or months later. And government users can't exactly opt out of security updates, even if they come with feature regressions.

You also shouldn't keep using software with known vulnerabilities. You can find a maintained fork of Chromium with continued Manifest V2 support or choose another browser like Firefox.

[–] Audalin 4 points 6 months ago

You can get your hands on books3 or any other dataset that was exposed to the public at some point, but large companies have private human-filtered high-quality datasets that perform better. You're unlikely to have the resources to do the same.

[–] Audalin 2 points 6 months ago

Very cool and impressive, but I'd rather be able to share arbitrary files.

And looks like you can only send images in DMs, but not in groups/forums.

[–] Audalin 10 points 6 months ago

Love those, plenty of experience every time.

[–] Audalin 4 points 6 months ago

Already a thing? E.g. Bloomsday

[–] Audalin 5 points 6 months ago

If your CPU isn't ancient, it's mostly about memory speed. VRAM is very fast, DDR5 RAM is reasonably fast, swap is slow even on a modern SSD.

8x7B is mixtral, yeah.

[–] Audalin 7 points 6 months ago* (last edited 6 months ago) (2 children)

Mostly via terminal, yeah. It's convenient when you're used to it - I am.

Let's see, my inference speed now is:

  • ~60-65 tok/s for a 8B model in Q_5_K/Q6_K (entirely in VRAM);
  • ~36 tok/s for a 14B model in Q6_K (entirely in VRAM);
  • ~4.5 tok/s for a 35B model in Q5_K_M (16/41 layers in VRAM);
  • ~12.5 tok/s for a 8x7B model in Q4_K_M (18/33 layers in VRAM);
  • ~4.5 tok/s for a 70B model in Q2_K (44/81 layers in VRAM);
  • ~2.5 tok/s for a 70B model in Q3_K_L (28/81 layers in VRAM).

As of quality, I try to avoid quantisation below Q5 or at least Q4. I also don't see any point in using Q8/f16/f32 - the difference with Q6 is minimal. Other than that, it really depends on the model - for instance, llama-3 8B is smarter than many older 30B+ models.

[–] Audalin 10 points 6 months ago (4 children)

Have been using llama.cpp, whisper.cpp, Stable Diffusion for a long while (most often the first one). My "hub" is a collection of bash scripts and a ssh server running.

I typically use LLMs for translation, interactive technical troubleshooting, advice on obscure topics, sometimes coding, sometimes mathematics (though local models are mostly terrible for this), sometimes just talking. Also music generation with ChatMusician.

I use the hardware I already have - a 16GB AMD card (using ROCm) and some DDR5 RAM. ROCm might be tricky to set up for various libraries and inference engines, but then it just works. I don't rent hardware - don't want any data to leave my machine.

My use isn't intensive enough to warrant measuring energy costs.

[–] Audalin 2 points 7 months ago

After shopping for solutions online, i cleared CMOS via the button on the mobo. I hoped it would either help the keyboard get recognised by GRUB, or at least deactivate fast-boot. But after powering the pc on again, my screen stays blank and the indication LEDs DRAM and BOOT are glowing.

I had to boot from a USB stick and regenerate UEFI entries after things like that. Though it specifically said it couldn't boot.

What does your motherboard's manual say about this pattern of LEDs?

Try booting a live OS and running memtest? (disconnect all bootable drives first)

Can you double-check your keyboard works with other devices?

view more: ‹ prev next ›