Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
YuXingyao
/
HoLa-BRep
like
15
Runtime error
App
Files
Files
Community
2
Fetching metadata from the HF Docker repository...
main
HoLa-BRep
/
eval
/
lfd
/
evaluation_scripts
/
load_data
/
do_all.sh
YuXingyao
fresh start
7b127f4
13 days ago
raw
Copy download link
history
blame
contribute
delete
Safe
105 Bytes
# conda install libgcc
g++ -Wall -fPIC -O2 -c run.cpp -std=c++11 -fpermissive
g++ -shared -o run.so run.o