Upload SUBMISSION_DESC.md with huggingface_hub
Browse files- SUBMISSION_DESC.md +1 -1
SUBMISSION_DESC.md
CHANGED
@@ -41,7 +41,7 @@ To launch the server, run:
|
|
41 |
pixi run python code/web_server.py
|
42 |
```
|
43 |
|
44 |
-
Note that if you encounter the error “OSError: Could not find compatible tinycudann extension for compute capability 86.”, please edit the varibles TCNN_CUDA_ARCHITECTURES and TORCH_CUDA_ARCH_LIST in the file "web_server_dockerfile" or "web_server_dockerfile_mirror" (based on your building setting) to the compute capability of your GPU (e.g. change the values to 86 if you encounter the above error) and rebuild the docker.
|
45 |
|
46 |
**4. Launch the Client**
|
47 |
|
|
|
41 |
pixi run python code/web_server.py
|
42 |
```
|
43 |
|
44 |
+
Note that if you encounter the error “OSError: Could not find compatible tinycudann extension for compute capability 86.”, please edit the varibles TCNN_CUDA_ARCHITECTURES and TORCH_CUDA_ARCH_LIST in the file "web_server_dockerfile" or "web_server_dockerfile_mirror" (based on your building setting) to the compute capability of your GPU (e.g. change the values to 86 if you encounter the above error) and rebuild the docker image.
|
45 |
|
46 |
**4. Launch the Client**
|
47 |
|