File size: 510 Bytes
2cdb96e |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 |
name: l4gm
channels:
- pyg
- nvidia/label/cuda-12.1.0
- pytorch
- conda-forge
- xformers
dependencies:
- python=3.10
- pytorch=2.5.1
- pytorch-cuda=12.1
- torchvision
- xformers
- cuda
- cuda-nvcc
- numpy<2.0.0
- scipy
- rich
- pip
- setuptools
- ninja
- tqdm
- ray-default
- flatten-dict
- gcc_linux-64=11
- gxx_linux-64=11
- opencv
- transformers
- einops
- pip:
- -r requirements.txt
- git+https://github.com/nerfstudio-project/[email protected] |