Spaces:
Running
on
Zero
Running
on
Zero
File size: 780 Bytes
9b4f1c7 2c4a67f 9b4f1c7 2c4a67f 9b4f1c7 2c4a67f 9b4f1c7 c854034 2c4a67f 9b4f1c7 2c4a67f 9b4f1c7 2c4a67f 9b4f1c7 |
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 33 |
# conda create -n dev python=3.10 # conda activate dev # conda install pytorch==2.0.1 torchvision==0.15.2 pytorch-cuda=11.7 -c pytorch -c nvidia --extra-index-url https://download.pytorch.org/whl/cu117 torch==2.0.1 torchvision==0.15.2 einops timm -f https://data.pyg.org/whl/torch-2.0.1+cu117.html torch-cluster PyMCubes bpy==4.0.0 fake-bpy-module gradio>=5.10 ipykernel ipympl matplotlib numpy~=1.26.4 plyfile potpourri3d shapely spaces tensorboard~=2.11.2 tqdm trimesh # git+https://github.com/facebookresearch/pytorch3d.git@stable # pip install --no-index --no-cache-dir pytorch3d -f https://dl.fbaipublicfiles.com/pytorch3d/packaging/wheels/py310_cu117_pyt201/download.html --extra-index-url https://miropsota.github.io/torch_packages_builder pytorch3d==0.7.7+pt2.0.1cu117 |