Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
ydshieh committed May 6, 2024
1 parent 43162a0 commit 9785583
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ test-examples:
# Run benchmark

benchmark:
python3 benchmark/benchmark.py --config-dir config --config-name generation --commit=diff --metrics=decode.latency.mean,per_token.latency.mean,per_token.throughput.value backend.model=google/gemma-2b --multirun
python3 benchmark/benchmark.py --config-dir benchmark/config --config-name generation --commit=diff --metrics=decode.latency.mean,per_token.latency.mean,per_token.throughput.value backend.model=google/gemma-2b --multirun

# Run tests for SageMaker DLC release

Expand Down

0 comments on commit 9785583

Please sign in to comment.