-
Notifications
You must be signed in to change notification settings - Fork 215
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
K2 installation on Windowd #1256
Comments
Yes. Are you having any issues with the installation? If yes, please post detailed error logs. |
@csukuangfj I ran into the following error when building k2: |
@mc-marcocheng Please try #1257 |
Hello guys. I am trying to install icefall on Windows. I was able to run following installation pip install torch==1.13.0+cu116 torchaudio==0.13.0+cu116 -f https://download.pytorch.org/whl/torch_stable.html But I got a problem with following installation pip install k2==1.24.3.dev20230725+cuda11.6.torch1.13.0 -f https://k2-fsa.github.io/k2/cuda.html Same commands on Linux are working fine. Could you help please. What am I doing wrong? |
we don't provide cuda-enabled wheels for windows. Please install k2 form source with cuda support on windows. |
Guys, I have troubles with installation of GCC on windows. There are some ways to install it. But it seems that it is installed in some dedicated terminal and I cannot see it installed in terminal of windows. Any help is appreciated. |
please install msvc via visual studio 2022. |
Thank you so much. but nvcc is not available on my computer. So I guess that I have to install cuda and cudnn. Guys , in your tutorial you have great explanation about how cuda and cudnn should be installed on Linux , but |
Sorry that we don't have experience about installing cudatoolkit and cudnn on windows. I suggest that you search with google for that. |
Guys, is there someone in the forum that was able to install K2 under Windows? |
These are some python package installation basics:
|
Yes, I think @mc-marcocheng has done that. Please follow |
Hello @mc-marcocheng , is that crucial to use miniconda or using of Anaconda is OK too ? |
@mc-marcocheng , what torch and torchaudio versions should be installed on windows? |
@AlexandderGorodetski Anaconda is OK. PyTorch version needs to match the CUDA version installed on your system. |
Guys is it possible to install icefall on windows ?
The text was updated successfully, but these errors were encountered: