Share a requirement.txt
Hi, can someone share requirements.txt , env.yaml /toml, or and sort of environment setup file for cuda 12.1. I have access to a cloud server but unable to change the cuda version.
I am getting cuda extension not installed here although the cell doesn't throw any error.
same needs!
@yushinliou, @QuangBK I was able to resolve it , I am using the below environment.yml file to run it. environment.zip
You can use the command below to install it. My cuda-toolkit versions are different which is 12.3 so you might encounter some issue if there is some dependency clash
conda env create -f environment.yml
PS: I might have few extra packages installed as I didn't version the environment at the start. Let me know if this helps.