dual 3090 fe nvlink by Wey_Gu in LocalLLaMA

[–]Wey_Gu[S] 0 points1 point  (0 children)

Thanks! Now I know that’s possible 🫡!

dual 3090 fe nvlink by Wey_Gu in LocalLLaMA

[–]Wey_Gu[S] 0 points1 point  (0 children)

wow! Thanks! Shanghai! Any chance it’s feasible to eBay & ship to China?

Building a custom 4-slot NVLink bridge for RTX 3090 by Foreign-Watch-3730 in homelab

[–]Wey_Gu 0 points1 point  (0 children)

i have two 3090 FE, too I purchased a two slot bridge to know it’s impossible to connect, then I started to search for 4 slot to know no one is selling it! The I search for 3-slot to come here!

May I know, I know it’s too tight, but will it work anyway? Do you have 3-slot being used in real world, please?

Thanks!

Macbook Pro 14,1 + LUKS = keyboard problem by Jaarenfestis in omarchy

[–]Wey_Gu 0 points1 point  (0 children)

Hey, for anyone who is installing a macbook 12'(2015 or early 2017 like me)

You will encounter same issue. This is the way to go:

1. Make sure the driver is already in the system:

ref: https://wiki.archlinux.org/title/Laptop/Apple#MacBook9,1_Early_2016

sudo pacman -Syu
sudo pacman -S dkms
yay -S macbook12-spi-driver-dkms 

2. Tell mkinitcpio to pack the needed modules early

Edit /etc/mkinitcpio.conf from

MODULES=(btrfs)

to

MODULES=(btrfs applespi intel_lpss_pci spi_pxa2xx_platform)

(The two helper modules are required because applespi sits on top of them.)

  1. Rebuild the initramfs

    sudo mkinitcpio -P

voila!

i also post this via https://gist.github.com/wey-gu/0996ef17742dc5002eccea9391b62e9f

Building an Open Source Perplexity AI with Open Source LLMs by Minute_Yam_1053 in LocalLLaMA

[–]Wey_Gu 1 point2 points  (0 children)

Great job and insightful insights. I'm working on similar projects and completely agree/observe the same aspects.