peterlee0127 / tensorflow-nvJetson

TensorFlow for NVIDIA Jetson, also include patch and script for building.
https://tfjetson.peterlee.app
205 stars 61 forks source link

Publish whole binaries #17

Closed alejandroandreu closed 6 years ago

alejandroandreu commented 6 years ago

Hi!

Just a suggestion :smile: Why don't you publish the whole whl binaries as a whole file? I know that GitHub won't allow you to do that in the Git repo itself, however it is possible if you create releases of the repository.

Thanks again for your work!

peterlee0127 commented 6 years ago

Hi, Because GitHub repo can only put 100MB of files. And using Git LFS only have 1GB Bandwidth per month. But I added install script.

sh -c "$(curl -fsSL https://tfjetson.peterlee0127.com/installTF.sh)"

alejandroandreu commented 6 years ago

Yeah, I know! But I was referring to the "Releases" tab of every repo, like in here: https://github.com/midokura/cuda/releases

I've published one of your binaries as a release because I needed it (so I can wget it). I mean it's awesome that you publish the file splitted in two parts, although if you wanted to serve them already as a whole you could do it ;) Cheers!

peterlee0127 commented 6 years ago

ok. I got it. Thanks