Skip to content

Commit

Permalink
Revert "#0: Update reference model"
Browse files Browse the repository at this point in the history
This reverts commit bd491a2.
  • Loading branch information
yieldthought committed Feb 5, 2025
1 parent 146f1d8 commit d650d26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion models/demos/llama3/tt/llama_attention.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ def __init__(
dtype=self.dtype,
memory_config=ttnn.DRAM_MEMORY_CONFIG,
layout=ttnn.TILE_LAYOUT,
# cache_file_name=cache_name("wqkv_bias_sharded"),
cache_file_name=cache_name("wqkv_bias_sharded"),
)
self.wqkv_bias_prefill = ttnn.reshape(self.wqkv_bias, ttnn.Shape([1, 1, 1, self.wqkv_bias.shape[-1]]))

Expand Down

0 comments on commit d650d26

Please sign in to comment.