Update requirements.txt #467
Replies: 3 comments 20 replies
-
Thanks for the comment! I just looked at the requirements.txt but no version number is hardcoded with a upper version limit (except numpy) there unless I am overlooking something. E.g., currently, the requirements for PyTorch are set to Did you run into any issues with the requirements/code as is? |
Beta Was this translation helpful? Give feedback.
-
Hello - I am still getting below error and not ableto launch jupyter lab beacuse of it. I tried running it without uv as well. Could you please suggest alternate solution to run code. hint: You're on Windows ( (LLMs-from-scratch-main) C:\Users\pc\Desktop\LLMs-from-scratch-main>pip install -r requirements.txt |
Beta Was this translation helpful? Give feedback.
-
Hi there, I'm commenting on this thread, because there might be other users with a similar issue. I am following your set-up instructions https://github.com/rasbt/LLMs-from-scratch/tree/main/setup/01_optional-python-setup-preferences. However I am running into a similar error as @piyushkr082 when I try to install the requirements on a MacBook Pro. My system specifications are: I am using: The error I am seeing (when running No solution found when resolving dependencies: Unfortunately, I also see an error when I run I then ran the similar command but for macOS Maybe I just need to wait until there is a wheel available for the macOS 14_0_x86_64 system's architecture, then this is just a comment that people with similar computer system architectures might run into difficulties when running your current set-up instructions. |
Beta Was this translation helpful? Give feedback.
-
Can you update the requirements.txt file from your setup? Looks like you updated the pytorch version however the requirements.txt shows older dependencies. Couple of threads shows reference to the requirements.txt however it would be great to get updated requirements.txt to avoid unnecessary issues while running the code as is.
Beta Was this translation helpful? Give feedback.
All reactions