You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This repo seems great for running a proof of concept, but it isn't being actively maintained and the environment.yml only contains the direct dependencies, some without pinned versions. By just creating an environment from that dependencies list, I was unable to run the demo.py.
I navigated through various errors and am sharing my requirements.txt with a full set of dependencies in case it helps others who also want to run a quick proof of concept here. This is working for demo.py on my device with Cuda.
Note that I ended up with torch==2.3.1 (instead of 2.1.2)
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
This repo seems great for running a proof of concept, but it isn't being actively maintained and the
environment.yml
only contains the direct dependencies, some without pinned versions. By just creating an environment from that dependencies list, I was unable to run thedemo.py
.I navigated through various errors and am sharing my
requirements.txt
with a full set of dependencies in case it helps others who also want to run a quick proof of concept here. This is working fordemo.py
on my device with Cuda.Note that I ended up with
torch==2.3.1
(instead of 2.1.2)requirements.txt
Beta Was this translation helpful? Give feedback.
All reactions