ifire commited on
Commit
e56c21b
·
1 Parent(s): bdbbae9

Add requirements.txt with necessary dependencies

Browse files
Files changed (1) hide show
  1. requirements.txt +8 -0
requirements.txt ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ git+https://github.com/fire/meshgpt-pytorch
2
+ libigl
3
+ torchtyping
4
+ torch>=2.0.0
5
+ torchvision>=0.15.0
6
+ gradio
7
+ spaces
8
+ taylor-series-linear-attention==0.1.6