Skip to content

Commit

Permalink
fix typing
Browse files Browse the repository at this point in the history
  • Loading branch information
SeanNijjar committed Jan 3, 2025
1 parent dd6819b commit 6254b84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion models/demos/t3000/llama2_70b/tt/llama_common.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import math
from loguru import logger
import re
from typing import Tuple
from typing import Tuple, List
import numpy as np
import torch
import ttnn
Expand Down

0 comments on commit 6254b84

Please sign in to comment.