Closed CSerxy closed 2 years ago
Hi authors,
I wonder if you could tell me how you launch the scripts/rte_pt_few_shot.sh? I met some difficulties in running that. Here is how I installed the packages:
conda install pytorch==1.5.0 torchvision==0.6.0 cudatoolkit=10.0 -c pytorch
And it hints me that: AssertionError: Torch not compiled with CUDA enabled
Any help would be appreciated!
I solved this by rerun "pip install -r requirements.txt" with no need to find a specific cudatoolkit to install
Hi authors,
I wonder if you could tell me how you launch the scripts/rte_pt_few_shot.sh? I met some difficulties in running that. Here is how I installed the packages:
conda install pytorch==1.5.0 torchvision==0.6.0 cudatoolkit=10.0 -c pytorch
And it hints me that: AssertionError: Torch not compiled with CUDA enabled
Any help would be appreciated!