clinicalml / TabLLM

MIT License
265 stars 42 forks source link

No such file or directory: 'requirements.txt' #24

Open LillyChen opened 3 months ago

LillyChen commented 3 months ago

windows 本地环境安装 pip install torch==1.10.1+cpu torchvision==0.11.2+cpu torchaudio==0.10.1 -f https://download.pytorch.org/whl/cpu/torch_stable.html

之后执行 pip install --use-deprecated=legacy-resolver -r requirements.txt -f https://download.pytorch.org/whl/cu113/torch_stable.html 报错 No such file or directory: 'requirements.txt'

这种报错如何处理

stefanhgm commented 3 months ago

Hello @LillyChen,

thanks for using TabLLM!

The requirements.txt file is provided in the t-few project. Please be sure to first change into the t-few project directory before executing the pip install ... command.

I hope that helps!