You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
Instantly share code, notes, and snippets.
🛠️
Akash
iakashpaul
🛠️
I also like to train Deep Neural Nets on large datasets.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Run Flan-UL2(20B) instances on V100s w/ 26GB VRAM per instance, change device_map according to your hardware. All layers are on GPU, additional GPU & CPU RAM specified only for reference
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
To fix missing NVMe/SATA drives on Gigabyte Aorus X570 PRO WiFi motherboards
TL;DR: Flash latest BIOS
After performing a fresh installation of Windows & Ubuntu on my PC, my motherboard stopped detecting the NVMe SSD to boot from.
This stemmed from the fact that I installed the latest chipset, WiFi/BT & Audio drivers from Gigabyte for Win 10, but didn't update the BIOS(in retrospect).
Clearing CMOS by shorting the 2 pins at the bottom-right of the motherboard didn't help, neither did loading optimized defaults for the BIOS. I just chanced to think that maybe updating the BIOS could help & poof! That did help with the issue. So pack an empty FAT/32 drive with the BIOS zip extracted & go into Q-Flash mode from the BIOS loader screen in order to flash it onto your motherboard.
Getting back into the BIOS after enabling Fast Boot on your motherboard (works for x570 Gigabyte Aorus Pro WiFi)
Fix
Because Fast Boot doesn't enable USB controllers right away on boot, you won't be able to enter the BIOS via the typical keyboard shortcuts like F10/F12/Del.
The solutions are to reset the CMOS by removing the battery for 10 seconds, using a PS/2 keyboard(if you still have them or even the ports) or setting the jumper for the same according to your motherboard.
Thankfully instead of the above you can simply type the following to enter the BIOS via ubuntu, windows users have another shortcut of pressing shift & clicking the reboot button or something(google it).