Skip to content

Commit

Permalink
remove time added by accident in merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobSzwejbka committed Apr 24, 2024
1 parent be292fb commit aa1130b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build/builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ def from_args(cls, args): # -> TokenizerArgs:
t=None,
)


def _initialize_tokenizer(tokenizer_args: TokenizerArgs):
return tokenizer_args.t

Expand Down Expand Up @@ -343,7 +343,6 @@ def _initialize_model(
tokenizer=None,
):
print("Loading model ...")
t0 = time.time()

if builder_args.gguf_path and (builder_args.dso_path or builder_args.pte_path):
print("Setting gguf_kwargs for generate.")
Expand Down

0 comments on commit aa1130b

Please sign in to comment.