facebookresearch/fairscale
[chore] Cache wikitext2 dataset used for benchmarks/pipe.py to prevent throttling errors
开放
#743 创建于 2021年7月19日
good first issue
仓库指标
- 星标
- (3,411 个星标)
- PR 合并指标
- (PR 指标待抓取)
描述
Chore
We should cache the dataset used for running fairscale/benchmarks/pipe.py so that we don't end up downloading this at every run. This has been done for OSS and we should do something similar for pipe.py. This is important because during periods of high PR checkins/development we could run into throttling errors if there are too many CircleCI jobs. That is something that possibly happened for OSS which is when we added the caching logic.