Skip to content

Commit

Permalink
#0: Merge branch 'llama32-vision' of github.com:tenstorrent/tt-metal …
Browse files Browse the repository at this point in the history
…into llama32-vision
  • Loading branch information
cglagovichTT committed Oct 23, 2024
2 parents 3208fc6 + 418c4ba commit 8d4719c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion models/demos/llama3/tests/test_llama_perf.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def test_llama_model_perf(mesh_device, kv_cache_len, expected_compile_time, use_
elif "3.1-8B" in model_args.DEFAULT_CACHE_PATH:
expected_inference_time = 0.07
elif "3.2-11B" in model_args.DEFAULT_CACHE_PATH:
expected_inference_time = 0.07
expected_inference_time = 0.085
else:
assert False, f"Llama model not found. Supported Llama models: [3.2-1B, 3.2-3B, 3.1-8B]"

Expand Down

0 comments on commit 8d4719c

Please sign in to comment.