TabLLM icon indicating copy to clipboard operation
TabLLM copied to clipboard

No such file or directory: 'requirements.txt'

Open LillyChen opened this issue 1 year ago • 1 comments

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'

这种报错如何处理

LillyChen avatar May 10 '24 12:05 LillyChen

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!

stefanhgm avatar May 27 '24 16:05 stefanhgm