Akash Garg commited on
Commit
4007ec6
·
1 Parent(s): d0e0abc

pinning transformers

Browse files
Files changed (2) hide show
  1. cube/pyproject.toml +1 -1
  2. requirements.txt +1 -0
cube/pyproject.toml CHANGED
@@ -20,7 +20,7 @@ dependencies = [
20
  "numpy",
21
  "torch>=2.2.2",
22
  "tqdm",
23
- "transformers==4.49.0",
24
  "omegaconf",
25
  "warp-lang",
26
  "accelerate>=0.26.0",
 
20
  "numpy",
21
  "torch>=2.2.2",
22
  "tqdm",
23
+ "transformers==4.37.2",
24
  "omegaconf",
25
  "warp-lang",
26
  "accelerate>=0.26.0",
requirements.txt CHANGED
@@ -1,5 +1,6 @@
1
  gradio
2
  torch
3
  trimesh
 
4
  pymeshlab==2023.12.post3
5
  git+https://github.com/Roblox/cube.git
 
1
  gradio
2
  torch
3
  trimesh
4
+ transformers==4.37.2
5
  pymeshlab==2023.12.post3
6
  git+https://github.com/Roblox/cube.git