Skip to content

Commit

Permalink
fix typo in path name
Browse files Browse the repository at this point in the history
  • Loading branch information
Anindyadeep committed Dec 8, 2023
1 parent 9c19b86 commit d1d1827
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bench_pytorch/bench.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ def benchmark(self, prompt: str, max_tokens: int, repetitions: int) -> None:
f"Running Transformer benchmark (pytorch backend) on Llama with precision: {precision}"
)
llama_transformers_pytorch_benchmark = LlamaPyTorchBenchmark(
model_path=f"{args.models_dir}/llama2-7b-hf",
model_path=f"{args.models_dir}/llama-2-7b-hf",
device=args.device,
precision=precision,
).load_model()
Expand Down

0 comments on commit d1d1827

Please sign in to comment.