-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix: オフライン環境で BERT モデルのロードに1分余計に待たされる問題を修正
BERT モデルのロード時にリビジョンを指定しない場合毎回 Hugging Face への通信が発生し、オフライン環境では 60 秒でタイムアウトするまで待たされることに今更気づいた… 明示的にコミットハッシュでリビジョンを指定したことで、オンライン環境でもロード時間が短縮されるメリットもある
- Loading branch information
1 parent
a72ec77
commit 434f42a
Showing
1 changed file
with
4 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters