8000 GitHub - kyflores/ml-ks: Machine Learning Kitchen Sink
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

kyflores/ml-ks

Repository files navigation

ml-ks

Machine Learning Kitchen Sink

Mamba/Conda environment

This config assumes a CUDA system. When installing on ROCm you'll need different pytorch packages, and possibly a different deepspeed.

mamba create -n mlks \
    python=3.11 \
    pip \
    pytorch \
    torchvision \
    torchaudio \
    pytorch-cuda=12.1 \
    transformers \
    datasets \
    accelerate \
    deepspeed \
    tqdm \
    torchinfo \
    kornia \
    jupyterlab \
    ipywidgets \
    onnx \
    -c pytorch -c nvidia -c conda-forge

About

Machine Learning Kitchen Sink

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0