Skip to content

Instantly share code, notes, and snippets.

View luffy-yu's full-sized avatar
🀩
Stand Out Fit In

Liuchuan Yu luffy-yu

🀩
Stand Out Fit In
View GitHub Profile
@luffy-yu
luffy-yu / microgpt.py
Created February 12, 2026 15:41 — forked from karpathy/microgpt.py
microgpt
"""
The most atomic way to train and inference a GPT in pure, dependency-free Python.
This file is the complete algorithm.
Everything else is just efficiency.
@karpathy
"""
import os # os.path.exists
import math # math.log, math.exp
@luffy-yu
luffy-yu / main.md
Created November 21, 2025 21:56
Build SAM3D Objects on Ubuntu 24.04.3 w/ RTX 5090
@luffy-yu
luffy-yu / adbUsefulCommands.sh
Created July 9, 2025 23:09 — forked from aminone/adbUsefulCommands.sh
A collection of Android Debug Bridge (ADB) commands
# To get file
adb pull <PATH/TO/FILE/ON/DEVICE>
# To push file
adb push <PATH/TO/FILE> <PATH/TO/DESTINATION>
# To get wifi MAC address
adb shell cat /sys/class/net/wlan0/address
# To get IP Address