fastai/fastgpu
A queue service for quickly developing scripts that use all your GPUs efficiently
This tool helps machine learning engineers and researchers manage and execute multiple GPU-intensive scripts efficiently. You provide a directory of scripts, and it automatically runs them on available GPUs, queuing them when all GPUs are busy. This ensures your powerful hardware is always utilized.
No commits in the last 6 months. Available on PyPI.
Use this if you frequently need to run many deep learning training jobs or data processing tasks that each require their own GPU and you want to automate their execution without manual oversight.
Not ideal if your tasks are not GPU-bound, or if you need to run a single, massive job that spans across multiple GPUs simultaneously (this tool assigns one script per GPU).
Stars
88
Forks
25
Language
Jupyter Notebook
License
Apache-2.0
Category
Last pushed
Sep 25, 2022
Commits (30d)
0
Dependencies
1
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/fastai/fastgpu"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Related frameworks
deepspeedai/DeepSpeed
DeepSpeed is a deep learning optimization library that makes distributed training and inference...
helmholtz-analytics/heat
Distributed tensors and Machine Learning framework with GPU and MPI acceleration in Python
hpcaitech/ColossalAI
Making large AI models cheaper, faster and more accessible
horovod/horovod
Distributed training framework for TensorFlow, Keras, PyTorch, and Apache MXNet.
bsc-wdc/dislib
The Distributed Computing library for python implemented using PyCOMPSs programming model for HPC.