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

[BUG]: yarn run startt not working in Ubuntu + WSL #934

Closed
karkir0003 opened this issue Aug 28, 2023 · 1 comment · Fixed by #935
Closed

[BUG]: yarn run startt not working in Ubuntu + WSL #934

karkir0003 opened this issue Aug 28, 2023 · 1 comment · Fixed by #935
Assignees
Labels
bug Something isn't working

Comments

@karkir0003
Copy link
Member

Operating system

Ubuntu + WSL

Bug description

When we run yarn run startt in Windows Subsystem for Linux or Ubuntu, we are getting an error due to cuda issues in WSL + Ubuntu.

I looked on stackoverflow and was directed towards a known issue in Pytorch version 2.0.1.

The error message I'm getting is valueerror-libcublas-so-0-9-not-found-in-the-system-path

Known Pytorch Issue: pytorch/pytorch#100974

Possible solution:

  • Downgrade our pytorch version to 2.0.0 from 2.0.1
  • Downgrade torchvision version accordingly
  • Update these versions in training/pyproject.toml

Steps to reproduce

Run yarn run startt

@karkir0003 karkir0003 added the bug Something isn't working label Aug 28, 2023
@github-actions
Copy link
Contributor

Hello @karkir0003! Thank you for submitting the Bug Request Form. We appreciate your contribution. 👋

We will look into it and provide a response as soon as possible.

To work on this bug request, you can follow these branch setup instructions:

  1. Checkout the main branch:
```
 git checkout nextjs
```
  1. Pull the latest changes from the remote main branch:
```
 git pull origin nextjs
```
  1. Create a new branch specific to this bug request using the issue number:
    git checkout -b bug-934

Feel free to make the necessary changes in this branch and submit a pull request when you're ready.

Best regards,
Deep Learning Playground (DLP) Team

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
1 participant