Skip to content

Commit

Permalink
[CI] fix refined ci runner (#332)
Browse files Browse the repository at this point in the history
* [CI]fix refined ci runner

* debug

* debug1

* debug3

* debug2

* debug4

* debug5

* debug6

* debug7

* debug8

* debug9

* debug10

* fix mac13-pt112 error

* debug1

* debug1

* debug3

* debug3

* debug4

* debug in action

* debug4

* debug5

* [CI]fix test runner error

* [CI]rm empty line
  • Loading branch information
zk1998 authored Jun 20, 2024
1 parent 8a7ff2e commit 047cbdc
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
5 changes: 3 additions & 2 deletions tests/converter_op_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,14 @@
from distutils.version import LooseVersion

import numpy as np
import tensorflow as tf

import torch
import torch.nn as nn
import torch.nn.functional as F

from common_utils import IS_CI

import tensorflow as tf

from tinynn.converter import TFLiteConverter


Expand Down
10 changes: 5 additions & 5 deletions tests/modifier_prune_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,15 @@
import random
import unittest

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

from distutils.version import LooseVersion
from operator import add, mul, sub, truediv
from unittest.case import SkipTest

import numpy as np
import torch
import torch.nn as nn
import torch.nn.functional as F

from interval import Interval

Expand All @@ -20,7 +21,6 @@
from tinynn.prune.oneshot_pruner import OneShotChannelPruner
from tinynn.util.util import import_from_path

from common_utils import IS_CI

CURRENT_PATH = os.path.abspath(os.path.dirname(__file__))
MODULE_INIT = True
Expand Down

0 comments on commit 047cbdc

Please sign in to comment.