Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fixed super-gradient installation on yolo-nas notebook #201

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

arrafi-musabbir
Copy link

Description

The current method !pip install -q super-gradients==3.1.1 to install super-gradient from pip results in pycocotools build failure. I followed the deci-ai's repository and found the proper way to install it. The following command will result in a successful installation:
!pip install git+https://github.com/Deci-AI/super-gradients.git@stable

Type of change

Please delete options that are not relevant.

  • Bug fix (non-breaking change which fixes an issue)

How has this change been tested, please provide a testcase or example of how you tested the change?

I just changed the way super-gradient package was being installed previously
!pip install git+https://github.com/Deci-AI/super-gradients.git@stable

Any specific deployment considerations

For example, documentation changes, usability, usage/costs, secrets, etc.

  • n/a

Docs

  • Docs updated? What were the changes:

In the Install YOLO-NAS block I fixed the way super-gradient is supposed to be installed correctly

I replaced this line !pip install -q super-gradients==3.1.1 with this: !pip install git+https://github.com/Deci-AI/super-gradients.git@stable

Now the pycocotools build failure is resolved.

@CLAassistant
Copy link

CLAassistant commented Sep 29, 2023

CLA assistant check
All committers have signed the CLA.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants