dusty-nv / jetson-containers

Machine Learning Containers for NVIDIA Jetson and JetPack-L4T
MIT License
2.09k stars 435 forks source link

Take GitHub token to avoid API rate limit issue #332

Closed tokk-nv closed 9 months ago

tokk-nv commented 9 months ago

This allows people to do...

./build.sh text-generation-webui --skip-test=all --github-token=**********

to prevent urllib.error.HTTPError: HTTP Error 403: rate limit exceeded in a corporate/school network environment.

tokk-nv commented 9 months ago

Receiving your comment https://github.com/dusty-nv/jetson-containers/pull/333#issuecomment-1813751413, I re-did this right on the jp6 branch. I filed another PR, so closing this. https://github.com/dusty-nv/jetson-containers/pull/341