neolifer / LLM4POI

Apache License 2.0
22 stars 5 forks source link

cant install the environments #6

Closed k1ngr4m closed 2 months ago

k1ngr4m commented 2 months ago

when I install the requirements,there are too many errors. can u order me a requirements.txt?

neolifer commented 2 months ago

Hi, the following google drive link is the zip file that contains my conda environment in linux: https://drive.google.com/file/d/1SKKSwjdEapQh5WOEpv8XkLZTTkhlKDg6/view?usp=sharing

Can you please try the following after downloading the zip file:

mkdir -p llm4poi
tar -xzf "venv.tar.gz" -C "llm4poi"
conda activate llm4poi