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
Delete the instruction "If you don't have PyTorch installed, follow their instructions...". Exactly as the installation instruction suggests, I ran pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu124
and then pip install "pix2tex[gui]"
which redownloads the exact same version of torch. (Why?? I have no idea. Because of the custom channel?)
Then I deleted the whole venv and started over. I ran pip install "pix2tex[gui]"
which downloads torch as well (the correct version, with CUDA support). Finally, I ran the GUI, tested it on a math expression, and made sure that it used my NVIDIA GPU (instead of the CPU).
The text was updated successfully, but these errors were encountered:
Delete the instruction "If you don't have PyTorch installed, follow their instructions...". Exactly as the installation instruction suggests, I ran
pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu124
and then
pip install "pix2tex[gui]"
which redownloads the exact same version of torch. (Why?? I have no idea. Because of the custom channel?)
Then I deleted the whole venv and started over. I ran
pip install "pix2tex[gui]"
which downloads torch as well (the correct version, with CUDA support). Finally, I ran the GUI, tested it on a math expression, and made sure that it used my NVIDIA GPU (instead of the CPU).
The text was updated successfully, but these errors were encountered: