Nicklas Boman

Results 22 comments of Nicklas Boman
trafficstars

Thanks MobiusHorizons, has the same issue. you should be able to use gcc aswell, if you use the one provided by homebrew, like : /opt/homebrew/bin/gcc-11

Hey, is there some dependency that causes Casadi 3.5.5 not to work with newest stable xcode and python 3.8.x on mac M1, macos 12.1? I build casadi from source like...

Would it be ok to change this for each test with `torch`? example for `test_nn.py` ``` +++ b/test/test_nn.py @@ -1,11 +1,16 @@ #!/usr/bin/env python +import sys import unittest import numpy...

looks like it, ran tests on master branch ``` $ GPU=1 python3 -m pytest test/ ================================================== test session starts =================================================== platform darwin -- Python 3.10.8, pytest-7.1.3, pluggy-1.0.0 ``` .... ```...

@geohot which imagenet is used? the gated 1k one behind huggingface or some smaller free one? Ill look into the documentation of env vars [works3.8.13-not-in3.8.16.txt](https://github.com/geohot/tinygrad/files/11616783/works3.8.13-not-in3.8.16.txt) @wozeparrot so it seems for...

thanks for the imagenet link, i think we can ignore the error. i suspect wrongly pyenv installed python v3.8.16

> Re imagenet: I used: https://gist.github.com/antoinebrl/7d00d5cb6c95ef194c737392ef7e476a A downloader for imagenet, you want that in python or basicly copy/paste that prepare.sh with added `wget` for the huuuge .tar files? Its not...

Closing this issue, after realizing it was user error causing my error. Created a PR for docs & now a PR for imagenet downloader

yes that sounds good, see this commit

added also the env var to `docs/env_vars.md`