Skip to content

Commit 062ae21

Browse files
committed
updating devicefarm-cli to fix transfer issue for big size file
Signed-off-by: jiseong.oh <jiseong.oh@samsung.com>
1 parent 316892c commit 062ae21

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.ci/scripts/setup-samsung-linux-deps.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ download_ai_lite_core() {
8686
}
8787

8888
install_devicefarm_cli() {
89-
local cli_version="${1:-beta-1.0.7}"
89+
local cli_version="${1:-beta-1.0.8}"
9090
local cli_out="/tmp/devicefarm-cli-v${cli_version}.zip"
9191
local cli_dir="/tmp/devicefarm_cli"
9292

@@ -198,7 +198,7 @@ install_enn_backend() {
198198
}
199199

200200
litecore_ver="1.0"
201-
devicefarm_ver="beta-1.0.7"
201+
devicefarm_ver="beta-1.0.8"
202202

203203
download_ai_lite_core ${litecore_ver}
204204
install_devicefarm_cli "${devicefarm_ver}"

backends/samsung/test/models/test_torchvision_vit.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515

1616

1717
class TestMilestoneTorchVisionViT(unittest.TestCase):
18-
@unittest.skip("Need to be fixed")
1918
def test_torchvision_vit_fp16(self):
2019
torch.manual_seed(8)
2120
model = TorchVisionViTModel().get_eager_model()

0 commit comments

Comments
 (0)