mirror of
https://github.com/tinygrad/tinygrad.git
synced 2026-01-10 07:28:15 -05:00
* install the pytorch cpu only version * get rid of torch gpu version * test passed seems to get rid of invalid gpu error * added the libs to requirements.txt * lol
9 lines
157 B
Plaintext
9 lines
157 B
Plaintext
numpy
|
|
# util deps
|
|
requests
|
|
# testing deps
|
|
--find-links https://download.pytorch.org/whl/torch_stable.html
|
|
torch==1.6.0+cpu
|
|
torchvision==0.7.0+cpu
|
|
pytest
|
|
tqdm |