Created
November 28, 2025 14:57
-
-
Save JessicaWachtel/4baecf136d04c7bedca1ef02f907e1fe to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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