Last active
October 20, 2023 12:23
-
-
Save kobybibas/c8259ae0c277ba95d6017a172aa5b3d5 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
conda install -y pip | |
conda install -y -c conda-forge matplotlib | |
conda install -y -c anaconda numpy | |
conda install -y pandas | |
yes | pip install hydra-core --upgrade | |
yes | pip install hydra-joblib-launcher --upgrade | |
conda install -y -c anaconda scipy | |
conda install -y scikit-learn | |
conda install -y -c conda-forge jupyterlab | |
conda install -y tqdm | |
conda install -y -c conda-forge pipreqs # For creating requirement file | |
yes | pip install vulture # Cleaning python project | |
conda install -y black | |
# PyTorch related | |
conda install -y pytorch torchvision torchaudio -c pytorch | |
conda install -y pytorch-lightning -c conda-forge | |
yes | pip install pytorchcv # Many pretrained models | |
# Jupyterlab Code Formatter | |
conda install -y -c conda-forge jupyter | |
conda install -y -c conda-forge jupyterlab_code_formatter | |
conda install -y black isort | |
yes | pip install SciencePlots # scientific plots | |
# Audio processing | |
conda install -c conda-forge librosa | |
# OpenCV | |
pip install opencv-python |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
huggingface Diffusers:
Source:
https://huggingface.co/docs/diffusers/installation
ray-project/ray#6696 (comment)