Skip to content

Instantly share code, notes, and snippets.

@yspkm
Created November 2, 2024 06:18
Show Gist options
  • Save yspkm/13ecb795c1e4c73c7a9fe2c5acf7081d to your computer and use it in GitHub Desktop.
Save yspkm/13ecb795c1e4c73c7a9fe2c5acf7081d to your computer and use it in GitHub Desktop.
#!/bin/bash
python3 -m venv .venv
source .venv/bin/activate
pip3 install --upgrade pip wheel setuptools
pip3 install --index-url https://download.pytorch.org/whl/cu121 \
torch \
torchvision \
torchaudio
pip3 install \
matplotlib \
numpy \
pandas \
scipy \
jupyterlab \
ipykernel \
ipywidgets \
jupyterlab-vim \
jupyterlab-code-formatter \
jupyterlab-lsp \
python-lsp-server[all] \
black \
isort \
notebook \
voila \
seaborn \
cupy-cuda12x \
datasets \
transformers \
diffractsim \
scikit-learn \
wandb \
tensorboard \
einops \
torchinfo \
imageio \
tqdm \
pillow \
pygraphviz \
opencv-contrib-python
@yspkm
Copy link
Author

yspkm commented Nov 2, 2024

걍 간단한 실험용

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment