generativeAgent_LLM icon indicating copy to clipboard operation
generativeAgent_LLM copied to clipboard

Share a requirement.txt

Open en-ashay opened this issue 1 year ago • 3 comments

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.

en-ashay avatar Feb 25 '24 21:02 en-ashay

image

I am getting cuda extension not installed here although the cell doesn't throw any error.

en-ashay avatar Feb 25 '24 22:02 en-ashay

same needs!

yushinliou avatar Mar 28 '24 05:03 yushinliou

@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.

en-ashay avatar Apr 02 '24 12:04 en-ashay