Huiwenshi hysts HF staff commited on
Commit
7c1d338
·
verified ·
1 Parent(s): a6c0cd7

Add wheel for custom_rasterizer for ZeroGPU and L40S (#9)

Browse files

- Add wheel for custom_rastermizer built against A100 and L40S (b45d71c9a17d7c20de2b58765af85a8f9bbe2c41)


Co-authored-by: hysts <hysts@users.noreply.huggingface.co>

.gitattributes CHANGED
@@ -42,3 +42,4 @@ gradio_cache/0/textured_mesh.glb filter=lfs diff=lfs merge=lfs -text
42
  gradio_cache/3/textured_mesh.glb filter=lfs diff=lfs merge=lfs -text
43
  gradio_cache/4/textured_mesh.glb filter=lfs diff=lfs merge=lfs -text
44
  gradio_cache/5/textured_mesh.glb filter=lfs diff=lfs merge=lfs -text
 
 
42
  gradio_cache/3/textured_mesh.glb filter=lfs diff=lfs merge=lfs -text
43
  gradio_cache/4/textured_mesh.glb filter=lfs diff=lfs merge=lfs -text
44
  gradio_cache/5/textured_mesh.glb filter=lfs diff=lfs merge=lfs -text
45
+ *.whl filter=lfs diff=lfs merge=lfs -text
custom_rasterizer-0.1-cp310-cp310-linux_x86_64.whl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1dc5bea62f7ef924b9f58722b9f7634501b05af2b9507e736c256d6b2b9d90fc
3
+ size 4674364
hg_app.py CHANGED
@@ -9,8 +9,8 @@ if True:
9
  print("cd /home/user/app/hy3dgen/texgen/differentiable_renderer/ && bash compile_mesh_painter.sh")
10
  os.system("cd /home/user/app/hy3dgen/texgen/differentiable_renderer/ && bash compile_mesh_painter.sh")
11
  print('install custom')
12
- subprocess.run(shlex.split("pip install . --no-build-isolation"), cwd="/home/user/app/hy3dgen/texgen/custom_rasterizer/", check=True)
13
-
14
  IP = "0.0.0.0"
15
  PORT = 7860
16
 
 
9
  print("cd /home/user/app/hy3dgen/texgen/differentiable_renderer/ && bash compile_mesh_painter.sh")
10
  os.system("cd /home/user/app/hy3dgen/texgen/differentiable_renderer/ && bash compile_mesh_painter.sh")
11
  print('install custom')
12
+ subprocess.run(shlex.split("pip install custom_rasterizer-0.1-cp310-cp310-linux_x86_64.whl"), check=True)
13
+
14
  IP = "0.0.0.0"
15
  PORT = 7860
16