wudongming97 / TopoMLP

[ICLR2024] TopoMLP: A Simple yet Strong Pipeline for Driving Topology Reasoning
Apache License 2.0
131 stars 11 forks source link

Request for Environment .yml File to Enhance Project Accessibility #15

Closed yfChang-cv closed 3 months ago

yfChang-cv commented 4 months ago

Hi,

I've been exploring your project and am really impressed with your work. However, I've been facing challenges with package installations due to a restrictive proxy on my network. I often encounter errors like the 'import flash_attn' error. I've followed the environment setup for OpenLANEv2, but I'm still encountering some errors that are difficult to resolve.

Providing a conda environment .yml file could significantly streamline the setup process and enhance the project's accessibility for myself and others in similar situations. Your assistance with this would be greatly appreciated.

Thank you for your consideration and the excellent work on the project.

wudongming97 commented 4 months ago

Hi,

I have updated the environment .yml file. Thanks for your suggestion :)

https://github.com/wudongming97/TopoMLP/blob/master/topomlp.yaml

Btw, I use flash-attn==1.0.1 and I compile locally from source.

yfChang-cv commented 4 months ago

Hi,

Thanks for your assistance!