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
I'm trying to run prepare_data.py on windows and I keep running into this error after the clean email file is generated:
Error in call to target 'panza.llm.local.TransformersLLM':
ImportError("cannot import name 'get_class_if_classified_error' from 'torch._export.db.logging' (C:\\Users\\username\\miniconda3\\envs\\panza2\\lib\\site-packages\\torch\\_export\\db\\logging.py)")
I am on windows. I've install torch 2.2.2 with cuda 12.1 manually. I had to do the manual install because installing from pyproject.toml gives me a Torch not compiled with CUDA enabled error.
Would greatly appreciate any help!
The text was updated successfully, but these errors were encountered:
Thanks for trying out Panza. Unfortunately, we haven't tested this code for Windows; our development environment is in Linux. Have you considered using the Lightning Studio perhaps? Or maybe you have a WSL or dual-boot on your machine?
I'm trying to run
prepare_data.py
on windows and I keep running into this error after the clean email file is generated:I am on windows. I've install torch 2.2.2 with cuda 12.1 manually. I had to do the manual install because installing from
pyproject.toml
gives me aTorch not compiled with CUDA enabled
error.Would greatly appreciate any help!
The text was updated successfully, but these errors were encountered: