Spaces:
Running
on
T4
an error while trying to run the space locally
I have a similar error when i try to run it locally
willi@MSI:~$ docker run -it -p 7860:7860 --platform=linux/amd64 --gpus all
registry.hf.space/yuxingyao-hola-brep:latest
==========
== CUDA ==
CUDA Version 12.4.1
Container image Copyright (c) 2016-2023, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
This container image and its contents are governed by the NVIDIA Deep Learning Container License.
By pulling and using the container, you accept the terms and conditions of this license:
https://developer.nvidia.com/ngc/nvidia-deep-learning-container-license
A copy of this license is made available in this container at /NGC-DL-CONTAINER-LICENSE for your convenience.
Traceback (most recent call last):
File "/home/user/HoLa-Brep/app.py", line 7, in
from app.AppLayout import *
File "/home/user/HoLa-Brep/app/init.py", line 1, in
from .ModelBuilder import ModelBuilder
File "/home/user/HoLa-Brep/app/ModelBuilder.py", line 7, in
from diffusion.diffusion_model import Diffusion_condition
ModuleNotFoundError: No module named 'diffusion'
I cannot duplicate the space either, I get the same error message
Thanks for this awesome work!
I'll really appreciate if you can provide the full code to run the repository locally and replicate your results. Right now, the demo is quite laggy and is not possible to test on new data (beside the samples provided).
See you at SIGGRAPH!
Best,
Andrés