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
If running pip install -e prompts an error, such as missing dependencies, try changing python_requires>="3.10.0" to 3.9.0 in setup.py.
That would probably solve most of the problems.
If running pip install -e prompts an error, such as missing dependencies, try changing python_requires>="3.10.0" to 3.9.0 in setup.py.
That would probably solve most of the problems.
This is roughly Torch and cuda in python
Then
conda create -n sam2 python= 3.9 -y
install pip install -e.
My configuration:
ubuntu22.04
Nvidia4070Tis16GB
cuda 12.4
The text was updated successfully, but these errors were encountered: