Pinned Repositories
DeepSpeed
DeepSpeed is a deep learning optimization library that makes distributed training and inference easy, efficient, and effective.
cs-notes
my cs notes
CS61B
CS61B sp21 material
CS61C
CS61C materials
CUDA-Learn-Notes
🎉 CUDA Learn Notes with PyTorch: fp32、fp16/bf16、fp8/int8、flash_attn、sgemm、sgemv、warp/block reduce、dot prod、elementwise、softmax、layernorm、rmsnorm、hist etc.
dotfiles
my dotfiles on mac
impl-basic-toy
Implement a simple basic interpreter toy in Python
ustc-adbs-lab-rust
zgmos
ZGMOS Project
ZonePG
ZonePG's Repositories
ZonePG/cs-notes
my cs notes
ZonePG/CUDA-Learn-Notes
🎉 CUDA Learn Notes with PyTorch: fp32、fp16/bf16、fp8/int8、flash_attn、sgemm、sgemv、warp/block reduce、dot prod、elementwise、softmax、layernorm、rmsnorm、hist etc.
ZonePG/dotfiles
my dotfiles on mac
ZonePG/ZonePG
ZonePG/CS598
Systems for GenAI
ZonePG/DeepSpeed
DeepSpeed is a deep learning optimization library that makes distributed training and inference easy, efficient, and effective.
ZonePG/DFER-CLIP
"Prompting Visual-Language Models for Dynamic Facial Expression Recognition", BMVC, 2023
ZonePG/KuiperLLM
动手实现大模型推理框架
ZonePG/LLaMA-Factory
Fine-tuning LLaMA with PEFT (PT+SFT+RLHF with QLoRA)
ZonePG/llama.cpp
LLM inference in C/C++
ZonePG/ustcthesis
LaTeX template for USTC thesis
ZonePG/AIFoundation
AIFoundation 主要是指AI系统遇到大模型,从底层到上层如何系统级地支持大模型训练和推理,全栈的核心技术。
ZonePG/CMU10-714
Learning material for CMU10-714: Deep Learning System
ZonePG/cuda_learning
learning how CUDA works
ZonePG/cutlass
CUDA Templates for Linear Algebra Subroutines
ZonePG/emonet
Official implementation of the paper "Estimation of continuous valence and arousal levels from faces in naturalistic conditions", Antoine Toisoul, Jean Kossaifi, Adrian Bulat, Georgios Tzimiropoulos and Maja Pantic, Nature Machine Intelligence, 2021
ZonePG/esm2_loras
ZonePG/images
ZonePG/kuiperdatawhale
ZonePG/LaTeX-OCR
pix2tex: Using a ViT to convert images of equations into LaTeX code.
ZonePG/lightning-hydra-template
PyTorch Lightning + Hydra. A very user-friendly template for ML experimentation. ⚡🔥⚡
ZonePG/llm-action
本项目旨在分享大模型相关技术原理以及实战经验。
ZonePG/LLMs_interview_notes
该仓库主要记录 大模型(LLMs) 算法工程师相关的面试题
ZonePG/MAE-DFER
MAE-DFER: Efficient Masked Autoencoder for Self-supervised Dynamic Facial Expression Recognition (ACM MM 2023)
ZonePG/minbpe
Minimal, clean code for the Byte Pair Encoding (BPE) algorithm commonly used in LLM tokenization.
ZonePG/ModernCppStarter
🚀 Kick-start your C++! A template for modern C++ projects using CMake, CI, code coverage, clang-format, reproducible dependency management and much more.
ZonePG/python-patterns
A collection of design patterns/idioms in Python
ZonePG/python-sample-vscode-flask-tutorial
Sample code for the Flask tutorial in the VS Code documentation
ZonePG/PyTorch_Gaussian_YOLOv3
PyTorch implementation of Gaussian YOLOv3 (including training code for COCO dataset)
ZonePG/SECap