- The Matrix
- https://marksaroufim.substack.com/
- @marksaroufim
Block or Report
Block or report msaroufim
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
pytorch/pytorch Public
Tensors and Dynamic neural networks in Python with strong GPU acceleration
-
-
pytorch/torchx Public
TorchX is a universal job launcher for PyTorch applications. TorchX is designed to have fast iteration time for training/research and support for E2E production ML pipelines when you're ready.
-
pytorch/data Public
A PyTorch repo for data loading and utilities to be shared by the PyTorch domain libraries.
-
pytorch/examples Public
A set of examples around pytorch in Vision, Text, Reinforcement Learning, etc.
-
pytorch/torchdynamo Public
A Python-level JIT compiler designed to make unmodified PyTorch programs faster.
1,149 contributions in the last year
Activity overview
Contribution activity
January 2023
Created 17 commits in 4 repositories
Created 1 repository
- msaroufim/nanoGPT Jupyter Notebook
Created a pull request in pytorch/pytorch that received 13 comments
vmap support for torch.trace
Fixes #91404 As expected import torch from functorch import vmap x = torch.randn(32, 3, 3, 3) y = vmap(torch.trace)(x) print(y) Now gives the exact…
Opened 11 other pull requests in 3 repositories
pytorch/serve
5
merged
1
closed
pytorch/pytorch
2
open
1
closed
pytorch/pytorch.github.io
2
merged
Reviewed 14 pull requests in 2 repositories
pytorch/serve
13 pull requests
- Rewording examples Readme to highlight examples
- Hf large model doc fix
- README for creating github actions for TorchServe
- Deprecate future package and drop Python2 support
- update runner label in regression_tests_gpu.yml
- Update to safe snakeyaml, grpc and gradle
- Upgrade to PyTorch 1.13.1
- Update Dockerfile.dev to install gnupg before calling apt-key del 7fa2af80 (fix: #2075)
- Downgrade CI to ubuntu 18.04
- [Snyk] Upgrade com.google.code.gson:gson from 2.9.0 to 2.10
- misspelled place
- 8 is incorrect in batch_size, must use 3 instead
- Update torchserve_on_win_native.md






