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

Has anyone had success on the Windows platform? #94

Open
callor opened this issue Sep 3, 2024 · 3 comments
Open

Has anyone had success on the Windows platform? #94

callor opened this issue Sep 3, 2024 · 3 comments

Comments

@callor
Copy link

callor commented Sep 3, 2024

Has anyone had success on the Windows platform?

image

System
Windows 11 64Bit
GPU : nVIDIA RTX A2000

This was referenced Sep 3, 2024
@SakanaAI SakanaAI deleted a comment Sep 3, 2024
@dimentox
Copy link

dimentox commented Sep 6, 2024

I have but i strongly use wsl and do wsl ubuntu
i got it to work but the lack of triton and some other stuff kills windows.

@dimentox
Copy link

dimentox commented Sep 6, 2024

import os
os.environ["PYTORCH_NO_TRITON"] = "1"
import torch._dynamo
torch._dynamo.config.suppress_errors = True

helps

@callor
Copy link
Author

callor commented Sep 23, 2024

I have but i strongly use wsl and do wsl ubuntu i got it to work but the lack of triton and some other stuff kills windows.

Thank you. I also installed ubuntu on wsl and am testing it. When I tested it using the sample idea, I got an error while creating a document using Tex.

I'm testing with A1000 GPU right now

! LaTeX Error: \begin{subfigure} on input line 340 ended by \end{figure}.

See the LaTeX manual or LaTeX Companion for explanation.
Type  H <return>  for immediate help.
 ...

l.385 \end{figure}

)
! Emergency stop.
<*> template.tex

!  ==> Fatal error occurred, no output PDF file produced!
Transcript written on template.log.

Standard Error:

Standard Output:
 This is BibTeX, Version 0.99d (TeX Live 2023/Debian)
The top-level auxiliary file: template.aux
The style file: iclr2024_conference.bst
Database file #1: references.bib
Repeated entry---line 118 of file references.bib
 : @article{Roy2020EfficientCS
 :                            ,
I'm skipping whatever remains of this entry
(There was 1 error message)

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

No branches or pull requests

2 participants