Skip to content

Instantly share code, notes, and snippets.

@JessicaWachtel
Created November 28, 2025 14:57
Show Gist options
  • Select an option

  • Save JessicaWachtel/4baecf136d04c7bedca1ef02f907e1fe to your computer and use it in GitHub Desktop.

Select an option

Save JessicaWachtel/4baecf136d04c7bedca1ef02f907e1fe to your computer and use it in GitHub Desktop.
pip uninstall torch
pip install torch --index-url https://download.pytorch.org/whl/cpu
python3 -c "import numpy; print(numpy.__version__)"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment