Skip to content

Commit

Permalink
#8981: remove unnecessary imports of tt_lib
Browse files Browse the repository at this point in the history
  • Loading branch information
djordje-tt committed May 31, 2024
1 parent 68911a8 commit 87df852
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion models/demos/t3000/falcon40b/demo/demo.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
import json
import pytest
from functools import partial
import tt_lib
import ttnn
import torch
import torch.nn.functional as F
Expand Down
1 change: 0 additions & 1 deletion models/demos/t3000/falcon40b/tests/test_perf_e2e_falcon.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
import time
from loguru import logger

import tt_lib
from models.demos.t3000.falcon40b.reference.hf_modeling_falcon import (
FalconForCausalLM,
)
Expand Down

0 comments on commit 87df852

Please sign in to comment.