https://github.com/xrsrke/fastgoose
A PyTorch implementation of Model Parallelism and ZeRO Optimizer
https://github.com/xrsrke/fastgoose
Last synced: 8 months ago
JSON representation
A PyTorch implementation of Model Parallelism and ZeRO Optimizer
- Host: GitHub
- URL: https://github.com/xrsrke/fastgoose
- Owner: xrsrke
- License: mit
- Created: 2023-05-25T00:06:01.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-25T00:45:41.000Z (over 2 years ago)
- Last Synced: 2025-01-21T15:26:13.973Z (10 months ago)
- Language: Jupyter Notebook
- Homepage:
- Size: 322 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
fastgoose
================
This file will become your README and also the index of your
documentation.
## Install
``` sh
pip install fastgoose
```
## How to use
Fill me in please! Don’t forget code examples:
``` python
1+1
```
2