Cofounder of HPC-AI TECH. Ex @Tencent Wechat AI.
-
HPC-AI TECH
- Beijing, China
- https://fangjiarui.github.io/
Block or Report
Block or report feifeibear
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
hpcaitech/ColossalAI Public
Colossal-AI: A Unified Deep Learning System for Big Model Era
-
Tencent/PatrickStar Public
PatrickStar enables Larger, Faster, Greener Pretrained Models for NLP and democratizes AI for everyone.
-
Tencent/TurboTransformers Public
a fast and user-friendly runtime for transformer inference (Bert, Albert, GPT2, Decoders, etc) on CPU and GPU.
1,619 contributions in the last year
Activity overview
Contributed to
Tencent/PatrickStar,
hpcaitech/ColossalAI,
hpcaitech/PaLM-colossalai
and 33 other
repositories
Contribution activity
May 2022
Created 8 commits in 3 repositories
Created 1 repository
- feifeibear/transformers Python
Created a pull request in hpcaitech/ColossalAI that received 14 comments
[Graph] building computing graph with ColoTensor, Linear only
Conduction a forward pass under the GraphContext() to build the computing graph. Add graph-building logic in every customize Ops (now just for line…
+202
−9
•
14
comments
Opened 5 other pull requests in 2 repositories
hpcaitech/ColossalAI
4
merged
huggingface/transformers
1
open
Reviewed 15 pull requests in 1 repository
hpcaitech/ColossalAI
15 pull requests
- [Tensor] add test checkpoint
- [tensor] refactor colo-tensor
- [cli] remove unused imports
- [release] udpate version
- [NFC] update results on a single GPU, highlight quick view
- [tensor] design DistSpec and DistSpecManager for ColoTensor
- [Tensor] add optimizer to bert test
- [Tensor] simplify named param
- [tensor] hijack addmm for colo tensor
- [Tensor] add from_pretrained support and bert pretrained test
- [Graph] building computing graph with ColoTensor, Linear only
- [Tensor] add 1d vocab loss
- [Tensor] fix test_model
- [Tensor] polish model test
- [Tensor] add a basic bert.