File tree Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -643,16 +643,11 @@ def package_list_from_file(file):
643
643
r"starter/installation.html$" ,
644
644
r"^../common/trainer.html#trainer-flags$" ,
645
645
"https://deepgenerativemodels.github.io/assets/slides/cs236_lecture11.pdf" ,
646
+ "https://developer.habana.ai" , # returns 403 error but redirects to intel.com documentation
646
647
"https://www.intel.com/content/www/us/en/products/docs/processors/what-is-a-gpu.html" ,
647
648
"https://www.microsoft.com/en-us/research/blog/zero-infinity-and-deepspeed-unlocking-unprecedented-model-scale-for-deep-learning-training/" , # noqa: E501
648
649
"https://stackoverflow.com/questions/66640705/how-can-i-install-grpcio-on-an-apple-m1-silicon-laptop" ,
649
650
"https://openai.com/blog/.*" ,
650
651
"https://openai.com/index/*" ,
651
652
"https://tinyurl.com/.*" , # has a human verification check on redirect
652
653
]
653
-
654
- linkcheck_allowed_redirects = {
655
- # All HTTP redirections from the source URI to
656
- # the canonical URI will be treated as "working".
657
- r'https://developer.habana.ai' : r'https://www.intel.com/content/www/us/en/developer/platform/gaudi/overview.html'
658
- }
You can’t perform that action at this time.
0 commit comments