Skip to content

Commit

Permalink
[CI] fix mac13 fulltest error (#333)
Browse files Browse the repository at this point in the history
* [CI] fix mac13 fulltest error

* debug

* debug

* [CI] reset tests
  • Loading branch information
zk1998 authored Jun 21, 2024
1 parent 047cbdc commit ec5fa35
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/converter_op_test.py
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
import unittest
from distutils.version import LooseVersion

import numpy as np

import torch
import torch.nn as nn
import torch.nn.functional as F
from common_utils import IS_CI

import numpy as np

import tensorflow as tf

from tinynn.converter import TFLiteConverter
Expand Down

0 comments on commit ec5fa35

Please sign in to comment.