ayulockin / neurips-llm-efficiency-challenge

Starter pack for NeurIPS LLM Efficiency Challenge 2023.
https://llm-efficiency-challenge.github.io/challenge
Apache License 2.0
118 stars 44 forks source link

can not install PyTorch 2.1 nightly in Mac #13

Open ruqianq opened 7 months ago

ruqianq commented 7 months ago

I ran the code got this error ERROR: Could not find a version that satisfies the requirement torch (from versions: none) ERROR: No matching distribution found for torch

I looked and turned out because I am in MacOS I should run: pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cpu