Skip to content

Instantly share code, notes, and snippets.

@chengengliu
Created November 18, 2022 04:22
Show Gist options
  • Save chengengliu/4974f90f5f7de2fab6fdee8f65213985 to your computer and use it in GitHub Desktop.
Save chengengliu/4974f90f5f7de2fab6fdee8f65213985 to your computer and use it in GitHub Desktop.
yaml configuration file for windows : motion diffusion model
name: mdm
channels:
- pytorch
- anaconda
- conda-forge
- defaults
dependencies:
- _libgcc_mutex=0.1=main
# - _openmp_mutex=5.1
- beautifulsoup4=4.11.1=pyha770c72_0
- blas=1.0=mkl
- brotlipy=0.7.0
- ca-certificates=2022.07.19
- catalogue=2.0.8
- certifi=2022.6.15
- cffi=1.15.1
- charset-normalizer=2.1.1=pyhd8ed1ab_0
- colorama=0.4.5=pyhd8ed1ab_0
- cryptography=35.0.0
- cudatoolkit=11.0.221
- cycler=0.11.0=pyhd3eb1b0_0
- cymem=2.0.6
- dataclasses=0.8=pyhc8e2a94_3
# - dbus=1.13.18
- expat=2.4.9
- fftw=3.3.9
- filelock=3.8.0=pyhd8ed1ab_0
- fontconfig=2.13.1
# - freetype=2.11.0
- gdown=4.5.1=pyhd8ed1ab_0
- giflib=5.2.1
- glib=2.69.1
# - gst-plugins-base=1.14.0
# - gstreamer=1.14.0
- h5py=3.7.0
- hdf5=1.10.6
- icu=58.2
- idna=3.4=pyhd8ed1ab_0
- intel-openmp=2021.4.0
- jinja2=3.1.2=pyhd8ed1ab_1
- joblib=1.1.0=pyhd3eb1b0_0
- jpeg=9b
- kiwisolver=1.4.2
- langcodes=3.3.0=pyhd8ed1ab_0
- lcms2=2.12
# - ld_impl_linux-64=2.38
- libffi=3.3
# - libgcc-ng=11.2.0
# - libgfortran-ng=11.2.0
# - libgfortran5=11.2.0
# - libgomp=11.2.0
- libpng=1.6.37
# - libstdcxx-ng=11.2.0
- libtiff=4.1.0
# - libuuid=1.0.3
- libuv=1.40.0
- libwebp=1.2.0
# - libxcb=1.15
- libxml2=2.9.14
- lz4-c=1.9.3
- markupsafe=2.1.1
- matplotlib=3.1.3
- matplotlib-base=3.1.3
- mkl=2021.4.0
- mkl-service=2.4.0
- mkl_fft=1.3.1
- mkl_random=1.2.2
# - ncurses=6.3
- ninja=1.10.2
- ninja-base=1.10.2
- numpy=1.21.5
- numpy-base=1.21.5
- openssl=1.1.1q
- packaging=21.3=pyhd8ed1ab_0
- pathy=0.6.2=pyhd8ed1ab_0
- pcre=8.45
- pillow=9.2.0
- pip=22.2.2
- pycparser=2.21=pyhd8ed1ab_0
- pydantic=1.8.2
- pyopenssl=22.0.0=pyhd8ed1ab_1
- pyparsing=3.0.9
- pyqt=5.9.2
- pysocks=1.7.1
- python=3.7.13
- python-dateutil=2.8.2=pyhd3eb1b0_0
- python_abi=3.7=2_cp37m
- pytorch=1.7.1
- qt=5.9.7
# - readline=8.1.2
- requests=2.28.1=pyhd8ed1ab_1
- scikit-learn=1.0.2
- scipy=1.7.3
- setuptools=63.4.1
- shellingham=1.5.0=pyhd8ed1ab_0
- sip=4.19.8
- six=1.16.0=pyhd3eb1b0_1
- smart_open=5.2.1=pyhd8ed1ab_0
- soupsieve=2.3.2.post1=pyhd8ed1ab_0
- spacy=3.3.1
- spacy-legacy=3.0.10=pyhd8ed1ab_0
- spacy-loggers=1.0.3=pyhd8ed1ab_0
- sqlite=3.39.3
- threadpoolctl=2.2.0=pyh0d69192_0
- tk=8.6.12
- torchaudio=0.7.2=py37
- torchvision=0.8.2=py37_cu110
- tornado=6.2
- tqdm=4.64.1
- trimesh=3.15.3=pyh1a96a4e_0
- typer=0.4.2=pyhd8ed1ab_0
- wheel=0.37.1=pyhd3eb1b0_0
- xz=5.2.6
- zipp=3.8.1=pyhd8ed1ab_0
- zlib=1.2.12
- zstd=1.4.9
- pip:
- blis==0.7.8
- chumpy==0.70
- click==8.1.3
- confection==0.0.2
- ftfy==6.1.1
- importlib-metadata==5.0.0
- lxml==4.9.1
- murmurhash==1.0.8
- preshed==3.0.7
- pycryptodomex==3.15.0
- regex==2022.9.13
- smplx==0.1.28
- srsly==2.4.4
- thinc==8.0.17
- typing-extensions==4.1.1
- urllib3==1.26.12
- wasabi==0.10.1
- wcwidth==0.2.5
prefix: /disk2/guytevet/anaconda3/envs/mdm-venv
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment