Skip to content

Commit

Permalink
hotfix: revert use_fast
Browse files Browse the repository at this point in the history
  • Loading branch information
numb3r3 committed Jul 20, 2023
1 parent b6caad1 commit cc6685e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion open_gpt/models/loading.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def load_model_and_tokenizer(
tokenizer = AutoTokenizer.from_pretrained(
tokenizer_name_or_path or model_name_or_path,
trust_remote_code=True,
use_fast=use_fast,
# use_fast=use_fast,
)

if tokenizer.pad_token is None:
Expand Down

0 comments on commit cc6685e

Please sign in to comment.